Displaying 1 result from an estimated 1 matches for "dragdrop3_test".
2006 Jan 10
4
Autoscrolling for Draggables and Sortables
Hi all,
I''ve applied an experimental patch today to the scripaculous trunk.
Setting the scroll option on Draggables or Sortables to an element
(or an element id)
will attempt to auto-scroll this element when dragging.
See test/functional/dragdrop3_test.html for a demo/usage.
It''s modelled after the behaviour in the Mac OS X finder, with
variable scrolling
speed depending on the distance to the scroll element edge.
Also, it''s tweakable with the scrollSpeed and scrollSensitivity options.
Note that the exact behaviour and opt...