Reference - SS.control.dropzone - Drop Zone
Creates an area on the web page in which a moveable control can be dropped into.
Attributes:
Members:
Attributes
onblur
On Blur Event
Fires when object leaves the drop zone.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
ondrop
On Drop Event
Fires when a control is dropped into the zone
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
onfocus
On Focus Event
Fires when object enters the drop zone.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
Members
inFocus
Control Object That is Currently In Focus
Contains the object that has currently come into focus.
v1.0.0.2008xxx
[Top]
lastDropped
Last Control Object Dropped
Contains the object of the last moveable control that was dropped into the drop zone.
If null, then no objects have been dropped into the drop zone.
v1.0.0.20080527
[Top]