X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.dd.DropTarget.html?ds=sidebyside diff --git a/docs/output/Ext.dd.DropTarget.html b/docs/output/Ext.dd.DropTarget.html index a8ab2d95..6d6cb3e1 100644 --- a/docs/output/Ext.dd.DropTarget.html +++ b/docs/output/Ext.dd.DropTarget.html @@ -1,4 +1,4 @@ -
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 ... 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 | |
---|---|---|
Only : Object The drag and drop utility provides a framework for building drag and drop
|