Properties Methods Events Direct Link

Class Ext.dd.DragDropMgr

Package:Ext.dd
Defined In:DDCore.js
Class:DragDropMgr
Extends:Object
DragDropMgr is a singleton that tracks the element interaction for all DragDrop items in the window. Generally, you will not call this class directly, but it does have helper methods that could be useful in your DragDrop implementations.

This class is a singleton and cannot be created directly.

Public Properties

PropertyDefined By
 INTERSECT : int
In intersect mode, drag and drop interaction is defined by the overlap of two or more drag and drop objects.
DragDropMgr
 POINT : int
In point mode, drag and drop interaction is defined by the location of the cursor during the drag/drop
DragDropMgr
 clickPixelThresh : int
The number of pixels that the mouse needs to move after the mousedown before the drag is initiated. Default=3;
DragDropMgr
 mode : int
The current drag and drop mode. Default: POINT
DragDropMgr

Public Methods

MethodDefined By

Public Events

This class has no public events.