X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.dd.DD.html diff --git a/docs/output/Ext.dd.DD.html b/docs/output/Ext.dd.DD.html index e1190ecc..d4d7760b 100644 --- a/docs/output/Ext.dd.DD.html +++ b/docs/output/Ext.dd.DD.html @@ -1,10 +1,6 @@ -
DragDrop DD
Package: | Ext.dd |
Defined In: | DDCore.js |
Class: | DD |
Subclasses: | DDProxy |
Extends: | DragDrop |
Property | Defined By | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Only : Object The drag and drop utility provides a framework for building drag and drop
-applications. In addition to enabling drag... The drag and drop utility provides a framework for building drag and drop
-applications. In addition to enabling drag and drop for specific elements,
-the drag and drop elements are tracked by the manager class, and the
-interactions between the various elements are tracked during the drag and
-the implementing code is notified about these important moments. | DragDrop | ||||||||||||||||||||||||
available : boolean The availabe property is false until the linked dom element is accessible. | DragDrop | ||||||||||||||||||||||||
config : object Configuration attributes passed into the constructor | DragDrop | ||||||||||||||||||||||||
defaultPadding : Object Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}). | DragDrop | ||||||||||||||||||||||||
groups : object An object in the format {'group1':true, 'group2':true The group defines a logical collection of DragDrop objects that are
+ DragDrop + DD Class Ext.dd.DD
A DragDrop implementation where the linked element follows the
+mouse cursor during a drag. Public Properties
|