X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.dd.DragDropMgr.html diff --git a/docs/output/Ext.dd.DragDropMgr.html b/docs/output/Ext.dd.DragDropMgr.html index a53bb553..01fd4d0a 100644 --- a/docs/output/Ext.dd.DragDropMgr.html +++ b/docs/output/Ext.dd.DragDropMgr.html @@ -1,4 +1,4 @@ -

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 +

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 @@ -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:
  • id : String
    the element id to check
Returns:
  • boolean
    true if this element is a DragDrop handle, false -otherwise
DragDropMgr