dojo.dnd.move.constrainedMoveable.onMove
dojo.require("dojo.dnd.move");
defined in dojo/dnd/move.js
called during every move notification, should actually move the node, can be overwritten.
Usage
parameter | type | description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mover | dojo.dnd.Mover | an object, which makes a node follow the mouse, used as a default mover, and as a base class for custom movers
| ||||||||||||||||||||||||||||||||||||
leftTop | Object |