Extends the Scroll class to make a parent node scroll while dragging.
NS
Defined in
dd/js/scroll.js:404
The NodeScroll instance will be placed on the Drag instance under the nodescroll namespace.
Default: nodescroll
node
Defined in
dd/js/scroll.js:378
The node we want to scroll. Used to set the internal parentScroll attribute.
nodeChange
Fires when the value for the configuration attribute node
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade