Package: | Ext.dd |
Defined In: | StatusProxy.js |
Class: | StatusProxy |
Extends: | Object |
Config Options | Defined By | |
---|---|---|
dropAllowed : String The CSS class to apply to the status element when drop is allowed (defaults to "x-dd-drop-ok"). | StatusProxy | |
dropNotAllowed : String The CSS class to apply to the status element when drop is not allowed (defaults to "x-dd-drop-nodrop"). | StatusProxy |
Method | Defined By | |
---|---|---|
StatusProxy( Object config )
Parameters:
| StatusProxy | |
getEl()
:
Ext.Layer Returns the underlying proxy Ext.Layer Returns the underlying proxy Ext.Layer Parameters:
| StatusProxy | |
getGhost()
:
Ext.Element Returns the ghost element Returns the ghost element Parameters:
| StatusProxy | |
hide( Boolean clear )
:
voidHides the proxy Hides the proxy Parameters:
| StatusProxy | |
repair( Array xy , Function callback , Object scope )
:
voidCauses the proxy to return to its position of origin via an animation. Should be called after an
invalid drop operat... Causes the proxy to return to its position of origin via an animation. Should be called after an
invalid drop operation by the item being dragged. Parameters:
| StatusProxy | |
reset( Boolean clearGhost )
:
voidResets the status indicator to the default dropNotAllowed value Resets the status indicator to the default dropNotAllowed value Parameters:
| StatusProxy | |
setStatus( String cssClass )
:
voidUpdates the proxy's visual element to indicate the status of whether or not drop is allowed
over the current target e... Updates the proxy's visual element to indicate the status of whether or not drop is allowed
over the current target element. Parameters:
| StatusProxy | |
show()
:
void Displays this proxy Displays this proxy Parameters:
| StatusProxy | |
stop()
:
void Stops the repair animation if it's currently running Stops the repair animation if it's currently running Parameters:
| StatusProxy | |
sync()
:
void Force the Layer to sync its shadow and shim positions to the element Force the Layer to sync its shadow and shim positions to the element Parameters:
| StatusProxy | |
update( String/HTMLElement html )
:
voidUpdates the contents of the ghost element Updates the contents of the ghost element Parameters:
| StatusProxy |