X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..refs/heads/old:/docs/output/Ext.data.HttpProxy.html diff --git a/docs/output/Ext.data.HttpProxy.html b/docs/output/Ext.data.HttpProxy.html index 0fb9f8d9..c9c3cdfc 100644 --- a/docs/output/Ext.data.HttpProxy.html +++ b/docs/output/Ext.data.HttpProxy.html @@ -1,4 +1,6 @@ -
Observable DataProxy HttpProxy
Package: | Ext.data |
Defined In: | HttpProxy.js |
Class: | HttpProxy |
Extends: | DataProxy |
An implementation of Ext.data.DataProxy that processes data requests within the same +
Observable + DataProxy + HttpProxy
Package: | Ext.data |
Defined In: | HttpProxy.js |
Class: | HttpProxy |
Extends: | DataProxy |
An implementation of Ext.data.DataProxy that processes data requests within the same domain of the originating page.
Note: this class cannot be used to retrieve data from a domain other
than the domain from which the running page was served. For cross-domain requests, use a
@@ -331,7 +333,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
@@ -339,7 +341,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
: Object
this
: DataProxyaction
: Stringdata
: Objectresponse
: Objectrs
: Record/Record[]options
: Object