No it does not. However Sortables have two evens: onStart and onComplete.
In these evens you could add / remove or enable / disable another mousemove event on the document. In that even you could check if your mouse is near the bottom of the page, and then scroll the page. On Mon, May 2, 2011 at 10:59 PM, Oskar Krawczyk <[email protected]>wrote: > Sortables extends the Drag class, hence inherits all of of its parents > events. > > O. > > On May 2, 2011, at 10:00 PM, alex-and-r wrote: > > > Thanks for reply, but I don't get it! :( > > I'm not good at javascript, I tried to google and read mootools docs but > still don't see how can I use onDrag event with sortables! It seems to me > that there is no such event for sortables! Or am I wrong? I found this event > for Drag and Drop but not for Sortables... :( > >
