|
Drag and Drop Objects With Anchors
Anchor drag and drop objects to any other object on a Web page. Anchoring is useful when a ddobj object is to
appear at an offset from or at the exact same position as another element on the Web page. At times when the
object is to initially appear relative to the mouse cursor position; anchors would not make sense. This is the
case when a tooltip follows the mouse on the activating link. Anchoring is useful when a window is to appear
at an offset from the activating image or other linking element on a Web page, and not necessarily at the mouse
cursor position where the ddobj window object is activated.
Parameters used:
ANCHOR : 'ID' (Web page element object ID string)
ANCHOR_W : true/false (Anchor to object width)
ANCHOR_H : true/false (Anchor to object height)
OFFX : # (Additional horizontal offset from anchor)
OFFY : # (Additional vertical offset from anchor)
|