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