Class AC.tree.ExplorerDragZone
Extends
Ext.ux.MultiSelectTreeDragZone.
Overrides onInvalidDrop to turn off animation and manage drags via publish/subscribe.
Defined in: ACTreePanelExtensions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.tree.ExplorerDragZone.onInvalidDrop(dd, e, id)
Overrides the super-class' onInvalidDrop so that animation can be turned off when a drop is intercepted so that
it can be managed via publish/subscribe.
|
Method Detail
<static>
AC.tree.ExplorerDragZone.onInvalidDrop(dd, e, id)
Overrides the super-class' onInvalidDrop so that animation can be turned off when a drop is intercepted so that
it can be managed via publish/subscribe.
- Parameters:
- dd
- the dd
- e
- the event
- id
- the id of the dropped element
- Returns:
- void