wwDragBehavior.Constructor

The constructor attaches the window and draghandle for the wwDragBehavior. The window ID identifies the outer window that is to be dragged. The drag handle ID specifies the area that is the drag hot spot that iniates the drag operation.

o.wwDragBehavior.Constructor(WindowID,DragHandleID)

Parameters

WindowID
ID of the DOM element that is to be dragged.

DragHandleID
ID of the DOM Element that acts as the hotspot to initiate the drag operation. Note this ID can be the same as the Window ID, but note that the DOM element used must be top level in order for the drag operation to initiate properly.

See also:

Class wwDragBehavior


  Last Updated: 12/17/2006 | © West Wind Technologies, 2008