Displaying 1 result from an estimated 1 matches for "canceldrag".
2005 Aug 12
0
OnDrag callback. Is there such a thing?
I''ve asked this question before but posted it at the
wrong place. Anyways, I was trying to find out if
there is an OnDrag callback that I can use in
DragDrop.js; something that is called as soon as the
draggable is moved from its position, similar to the
startDrag, cancelDrag and endDrag callbacks available
in rico.js (www.openrico.org). If there is such a
callback, could you please show me a quick 2 line
implementation client side.
I''ve already tried this while creating the draggable
like so:
new Draggable(''dragthisBox'',{revert:true,
start...