Displaying 2 results from an estimated 2 matches for "mydraggableobserv".
Did you mean:
mydraggableobserver
2006 Apr 06
1
RE: Drag and drop events. Or: How I learned to takeover the world.
You should open up dragdrop.js in the scriptaculous directory and take a
look at the interface for Draggables/Draggable. There is an event for
dragStart, dragging, and dragEnd (not by those exact names but you
should see them)... sorry I can''t offer more help than just pointing you
in the right direction... very busy. Good luck, nice start!
The information transmitted in this
2006 Apr 06
1
RE: Drag and drop events. Or: How I learned totakeover the world.
Oops... typos... Outlook stripped the newline from the 1st and 2nd code
lines... and in the last line it should be:
Draggables.addObserver(myDraggableObserver);
(I copied and pasted from my code and missed that 1 change)...
The information transmitted in this electronic mail is intended only for the
person or entity to which it is addressed and may contain confidential,
proprietary, and/or privileged material. Any review, retransmission,
disseminat...