X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.dd.DragDropMgr.html?ds=sidebyside diff --git a/docs/output/Ext.dd.DragDropMgr.html b/docs/output/Ext.dd.DragDropMgr.html index aaeb421d..01fd4d0a 100644 --- a/docs/output/Ext.dd.DragDropMgr.html +++ b/docs/output/Ext.dd.DragDropMgr.html @@ -1,12 +1,12 @@ -
Package: | Ext.dd |
Defined In: | DDCore.js |
Class: | DragDropMgr |
Extends: | Object |
Package: | Ext.dd |
Defined In: | DDCore.js |
Class: | DragDropMgr |
Extends: | Object |
Property | Defined 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 | ||
clickTimeThresh : int The number of milliseconds after the mousedown event to initiate the
-drag if we don't get a mouseup event. Default=10... The number of milliseconds after the mousedown event to initiate the
-drag if we don't get a mouseup event. Default=1000 | DragDropMgr | ||
mode : int The current drag and drop mode. Default: POINT | DragDropMgr | ||
preventDefault : boolean Flag to determine if we should prevent the default behavior of the
+drag if we don't get a mouseup event. Default=35... The number of milliseconds after the mousedown event to initiate the
+drag if we don't get a mouseup event. Default=350 | DragDropMgr | ||
mode : int The current drag and drop mode. Default: POINT | DragDropMgr | ||
preventDefault : boolean Flag to determine if we should prevent the default behavior of the
events we define. By default this is true, but thi... Flag to determine if we should prevent the default behavior of the
events we define. By default this is true, but this can be set to
false if you need the default behavior (not recommended) | DragDropMgr | ||
stopPropagation : boolean Flag to determine if we should stop the propagation of the events
@@ -52,11 +52,11 @@ false otherwise | DragDr
boolean <static> Utility function to determine if a given element has been
registered as a drag drop handle for the given Drag Drop ob... <static> Utility function to determine if a given element has been
registered as a drag drop handle for the given Drag Drop object. Parameters:
| DragDropMgr | |
isLegalTarget( DragDrop the , DragDrop the )
+otherwise | DragDropMgr | ||
isLegalTarget( DragDrop oDD , DragDrop oTargetDD )
:
boolean<static> Returns true if the specified dd target is a legal target for
the specifice drag obj <static> Returns true if the specified dd target is a legal target for
-the specifice drag obj Parameters:
| DragDropMgr | ||
isLocked()
:
boolean <static> Is drag and drop locked? <static> Is drag and drop locked? Parameters:
| DragDropMgr | ||
isTypeOfDD( Object the )
|