X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.dd.StatusProxy.html diff --git a/docs/output/Ext.dd.StatusProxy.html b/docs/output/Ext.dd.StatusProxy.html index 65ba639f..c2c4db70 100644 --- a/docs/output/Ext.dd.StatusProxy.html +++ b/docs/output/Ext.dd.StatusProxy.html @@ -1,286 +1,28 @@ -
Package: | Ext.dd |
Defined In: | StatusProxy.js |
Class: | StatusProxy |
Extends: | Object |
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 opera... 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 ... 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 |