Constructordijit.form._SliderMover

dojo.require("dijit.form.Slider");
defined in dijit/form/Slider.js

Usage

function ()
parametertypedescription
nodeNodea node (or node's id) to be moved
e a mouse event, which started the move; only pageX and pageY properties are used
hostObjectOptional. object which implements the functionality of the move, and defines proper events (onMoveStart and onMoveStop)

Jump to PropertiesFunctionsBack to top

Overrides dojo.dnd.Mover
stops the move, deletes all references, so the object can be garbage-collected
Defined by dojo.dnd.Mover
makes the node absolute; it is meant to be called only once
Overrides dojo.dnd.Mover
event processor for onmousemove

Jump to FunctionsPropertiesBack to top

Defined by dojo.dnd.Mover
object which implements the functionality of the move, and defines proper events (onMoveStart and onMoveStop)
Defined by dojo.dnd.Mover
a node (or node's id) to be moved