X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.data.ScriptTagProxy.html diff --git a/docs/output/Ext.data.ScriptTagProxy.html b/docs/output/Ext.data.ScriptTagProxy.html index 0dd44c71..6f1a87eb 100644 --- a/docs/output/Ext.data.ScriptTagProxy.html +++ b/docs/output/Ext.data.ScriptTagProxy.html @@ -1,4 +1,6 @@ -
Observable DataProxy ScriptTagProxy
Package: | Ext.data |
Defined In: | ScriptTagProxy.js |
Class: | ScriptTagProxy |
Extends: | DataProxy |
Observable + DataProxy + ScriptTagProxy
Package: | Ext.data |
Defined In: | ScriptTagProxy.js |
Class: | ScriptTagProxy |
Extends: | DataProxy |
Note that if you are retrieving data from a page that is in a domain that is NOT the same as the originating domain
@@ -365,7 +367,7 @@ after the Fires before a request is generated for one of the actions Ext.data.Api.actions.create|update|destroy In addition to being fired through the DataProxy instance that raised the event, this event is also fired
through the Ext.data.DataProxy class to allow for centralized processing of beforewrite events from all
-DataProxies by attaching a listener to the Ext.data.Proxy class itself.this
: DataProxyaction
: Stringrs
: Record/Record[]params
: Objectparams
object. Edit params
to add parameters to the request.
this
: DataProxyaction
: Stringrs
: Record/Record[]params
: Objectparams
object. Edit params
to add parameters to the request.DataProxy this
, String type
, String action
, Object options
, Object response
, Mixed arg
)
Fires if an exception occurs in the Proxy during a remote request. This event is relayed
@@ -373,7 +375,7 @@ through a corresponding
Fires before the request-callback is called
In addition to being fired through the DataProxy instance that raised the event, this event is also fired through the Ext.data.DataProxy class to allow for centralized processing of write events from all -DataProxies by attaching a listener to the Ext.data.Proxy class itself.
this
: DataProxyaction
: Stringdata
: Objectresponse
: Objectrs
: Record/Record[]options
: Objectthis
: DataProxyaction
: Stringdata
: Objectresponse
: Objectrs
: Record/Record[]options
: Object