X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.dd.DropTarget.html?ds=inline diff --git a/docs/output/Ext.dd.DropTarget.html b/docs/output/Ext.dd.DropTarget.html index 15363412..a907ffbb 100644 --- a/docs/output/Ext.dd.DropTarget.html +++ b/docs/output/Ext.dd.DropTarget.html @@ -1,4 +1,6 @@ -
Package: | Ext.dd |
Defined In: | DropTarget.js |
Class: | DropTarget |
Subclasses: | DropZone |
Extends: | DDTarget |
Package: | Ext.dd |
Defined In: | DropTarget.js |
Class: | DropTarget |
Subclasses: | DropZone |
Extends: | DDTarget |
Config Options | Defined By | |
---|---|---|
ddGroup : String A named drag drop group to which this object belongs. If a group is specified, then this object will only
interact w... A named drag drop group to which this object belongs. If a group is specified, then this object will only
interact with other drag drop objects in the same group (defaults to undefined). | DropTarget | |
dropAllowed : String The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok"). | DropTarget | |
dropNotAllowed : String The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop"). | DropTarget | |
overClass : String The CSS class applied to the drop target element while the drag source is over it (defaults to ""). | DropTarget |
Property | Defined By | |
---|---|---|
available : boolean The available 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
|