X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.dd.DragDropMgr.html diff --git a/docs/output/Ext.dd.DragDropMgr.html b/docs/output/Ext.dd.DragDropMgr.html deleted file mode 100644 index b538fd13..00000000 --- a/docs/output/Ext.dd.DragDropMgr.html +++ /dev/null @@ -1,106 +0,0 @@ -
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.
\ No newline at end of file