X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.data.MemoryProxy.html?ds=inline
diff --git a/docs/output/Ext.data.MemoryProxy.html b/docs/output/Ext.data.MemoryProxy.html
index 4ad91ecd..d9522068 100644
--- a/docs/output/Ext.data.MemoryProxy.html
+++ b/docs/output/Ext.data.MemoryProxy.html
@@ -1,4 +1,6 @@
-
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor
+
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor
to the Reader when its load method is called.
Config Options
|
| api : ObjectSpecific urls to call on CRUD action methods "read", "create", "update" and "destroy".
Defaults to:api: {
read ... | DataProxy |
| exception :
+DataProxies by attaching a listener to the Ext.data.DataProxy class itself.Listeners will be called with the following arguments:this : DataProxyThe proxy for the request action : String[Ext.data.Api.actions.create|update|destroy] rs : Record/Record[]The Record(s) to create|update|destroy. params : ObjectThe request params object. Edit params to add parameters to the request.
| DataProxy |
| exception :
( 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
through a corresponding Ext.... | DataProxy |
\ No newline at end of file
+DataProxies by attaching a listener to the Ext.data.DataProxy class itself.
Listeners will be called with the following arguments:this
: DataProxyThe proxy that sent the request
action
: String[Ext.data.Api.actions.create|upate|destroy]
data
: ObjectThe data object extracted from the server-response
response
: ObjectThe decoded response from server
rs
: Record/Record[]The Record(s) from Store
options
: ObjectThe callback's
options property as passed to the
request function