| Parameter | Type | Description |
|---|---|---|
| node | Node | a node (or node's id) to be moved |
| e | Event | a mouse event, which started the move; only pageX and pageY properties are used |
| host | Object |
Optional object which implements the functionality of the move, and defines proper events (onMoveStart and onMoveStop) |
See the dijit/form/HorizontalSlider._Mover reference documentation for more information.
| Parameter | Type | Description |
|---|---|---|
| type | undefined | |
| listener | undefined |
makes the node absolute; it is meant to be called only once. relative and absolutely positioned nodes are assumed to use pixel units
| Parameter | Type | Description |
|---|---|---|
| e | undefined |