Config Options
|
| containerScroll : Boolean True to register this container with the Scrollmanager
for auto scrolling during drag operations. | DragZone |
| ddGroup : StringA 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 'TreeDD'). | TreeDragZone |
| 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 |
| hlColor : StringThe color to use when visually highlighting the drag source in the afterRepair
|