Functiondojox.widget.ColorPicker._clearTimer

dojo.require("dojox.widget.ColorPicker");
defined in dojox/widget/ColorPicker.js

Usage

function (/*dojo.dnd.Mover*/ mover) (view source)
parametertypedescription
moverdojo.dnd.Moveran object, which makes a node follow the mouse, used as a default mover, and as a base class for custom movers
fieldtypedescription
.destroyFunctionstops the move, deletes all references, so the object can be garbage-collected
.events 
.hostObjectOptional. object which implements the functionality of the move, and defines proper events (onMoveStart and onMoveStop)
.marginBox 
.marginBox.l 
.marginBox.t 
.mouseButton 
.nodeNodea node (or node's id) to be moved
.onFirstMoveFunctionmakes the node absolute; it is meant to be called only once
.onMouseMoveFunctionevent processor for onmousemove
.onMouseUpFunction