X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.dd.DragDropMgr.html?ds=inline diff --git a/docs/output/Ext.dd.DragDropMgr.html b/docs/output/Ext.dd.DragDropMgr.html index 94da75f5..d1920b05 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
|