A named drag drop group to which this object belongs. If a group is specified, then this object will only
+
A simple class that provides the basic implementation needed to make any element draggable.
Config Options
|
| ddGroup : StringA 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). | DragSource |
| dropAllowed : String The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok"). | DragSource |
| dropNotAllowed : String The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop"). | DragSource |
Public Properties
|
| Ext.dd.DDProxy.dragElId : String The default drag frame div id | DDProxy |
| available : boolean The available property is false until the linked dom element is accessible. | DragDrop |
| centerFrame : booleanBy default the frame is positioned exactly where the drag element is, so
we use the cursor offset provided by Ext.dd.... By default the frame is positioned exactly where the drag element is, so
|