Extends the Scroll class to make the window scroll while dragging.
NS
Defined in
dd/js/scroll.js:353
The Scroll instance will be placed on the Drag instance under the winscroll namespace.
Default: winscroll
windowScroll
Defined in
dd/js/scroll.js:332
Turn on window scroll support, default: true
windowScrollChange
Fires when the value for the configuration attribute windowScroll
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