Reference - SS.control.moveable - Moveable
Makes HTML elements moveable. Can be used in conjunction with the drop zone control.
Attributes:
Members:
Attributes
cursor_move
CSS cursor style
CSS cursor style used when the control is in the moving state.
s - {String} (default = "move")
v1.0.0.20080527
[Top]
cursor_move
CSS cursor style
CSS cursor style used when the control is not moving but the mouse pointer has been moved over.
s - {String} (default = "pointer")
v1.0.0.20080527
[Top]
onmousedown
On Mouse Down Event
Fires when the mouse button is pressed down on the moveable control
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
onmousemove
On Mouse Move Event
Fires when the mouse is moved after a Mouse Down event has been received but not a Mouse Up event.
moving member equals true when the onmousemove event fires.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
onmouseup
On Mouse Up Event
Fires when the mouse button is released on the moveable control thus stopping the moving action.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
Members
moving
Is the control moving
Boolean flag which when set to true indicates that the control is in the moving state.
v1.0.0.20080527
[Top]