X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.dd.DragDrop.html diff --git a/docs/output/Ext.dd.DragDrop.html b/docs/output/Ext.dd.DragDrop.html index fa93a06a..a861f039 100644 --- a/docs/output/Ext.dd.DragDrop.html +++ b/docs/output/Ext.dd.DragDrop.html @@ -1,4 +1,4 @@ -
Package: | Ext.dd |
Defined In: | DDCore.js |
Class: | DragDrop |
Subclasses: | DD, DDTarget |
Extends: | Object |
Package: | Ext.dd |
Defined In: | DDCore.js |
Class: | DragDrop |
Subclasses: | DD, DDTarget |
Extends: | Object |
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
+ Public Properties
|