dojo.dnd.Moveable.onFirstMove
dojo.require("dojo.dnd.Moveable");
defined in dojo/dnd/Moveable.js
called during the very first move notification, can be used to initialize coordinates, can be overwritten. default implementation does nothing
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
|