dojox.gfx.Moveable.onMoveStop
dojo.require("dojox.gfx.Moveable");
defined in dojox/gfx/Moveable.js
called after every move operation
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
|