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