dojo.dnd.move.constrainedMoveable.onFirstMove
dojo.require("dojo.dnd.move");
defined in dojo/dnd/move.js
called during the very first move notification, can be used to initialize coordinates, can be overwritten.
Usage
function (/*dojo.dnd.Mover*/ mover) (view source)
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
|