X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..refs/heads/old:/docs/output/Ext.dd.StatusProxy.html diff --git a/docs/output/Ext.dd.StatusProxy.html b/docs/output/Ext.dd.StatusProxy.html index eda1dd07..56849b55 100644 --- a/docs/output/Ext.dd.StatusProxy.html +++ b/docs/output/Ext.dd.StatusProxy.html @@ -1,4 +1,4 @@ -
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()
:
@@ -8,14 +8,14 @@ default drag proxy used by all Ext.dd components. Hides 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
+ void Causes 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 ... Updates the proxy's visual element to indicate the status of whether or not drop is allowed
+ void Updates 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()
@@ -24,5 +24,5 @@ over the current target element. Parameters:<
:
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 |