Class Index | File Index

Classes


Class AC.tree.ExplorerDragZone


Extends Ext.ux.MultiSelectTreeDragZone.
Overrides onInvalidDrop to turn off animation and manage drags via publish/subscribe.
Defined in: ACTreePanelExtensions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
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.
Class Detail
AC.tree.ExplorerDragZone()
Default constructor.
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)