X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.data.DirectProxy.html?ds=inline
diff --git a/docs/output/Ext.data.DirectProxy.html b/docs/output/Ext.data.DirectProxy.html
index 05d2fa1b..8ac50e10 100644
--- a/docs/output/Ext.data.DirectProxy.html
+++ b/docs/output/Ext.data.DirectProxy.html
@@ -1,4 +1,6 @@
-
Config Options
|
| api : ObjectSpecific urls to call on CRUD action methods "read", "create", "update" and "destroy".
+ 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 )
| 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
| DataProxy |
\ No newline at end of file