Class Index | File Index

Classes


Class AC.dd.DragZone


Extends Ext.dd.DragZone.
Overrides getDragData, getRepairXY and onInvalidDrop to implement specifics of ActionCenters drag and drop handling
Defined in: ACTreePanelExtensions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.dd.DragZone.getDragData(e)
overide of Ext.dd.DragZone.getDragData()
<static>  
AC.dd.DragZone.getRepairXY()
override of Ext.dd.DragZone.repairXY
<static>  
AC.dd.DragZone.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.dd.DragZone()
Default constructor.
Method Detail
<static> AC.dd.DragZone.getDragData(e)
overide of Ext.dd.DragZone.getDragData()
Parameters:
e

<static> AC.dd.DragZone.getRepairXY()
override of Ext.dd.DragZone.repairXY

<static> AC.dd.DragZone.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)