X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.data.DirectStore.html diff --git a/docs/output/Ext.data.DirectStore.html b/docs/output/Ext.data.DirectStore.html index 5340b01d..539b8128 100644 --- a/docs/output/Ext.data.DirectStore.html +++ b/docs/output/Ext.data.DirectStore.html @@ -1,4 +1,6 @@ -
Observable Store DirectStore
Package: | Ext.data |
Defined In: | DirectStore.js |
Class: | DirectStore |
Extends: | Store |
Small helper class to create an Ext.data.Store configured with an +
Observable + Store + DirectStore
Package: | Ext.data |
Defined In: | DirectStore.js |
Class: | DirectStore |
Extends: | Store |
Small helper class to create an Ext.data.Store configured with an Ext.data.DirectProxy and Ext.data.JsonReader to make interacting with an Ext.Direct Server-side Provider easier. To create a different proxy/reader combination create a basic Ext.data.Store @@ -186,13 +188,12 @@ for a description of this property. To modify this property see setBasePar...
corresponding configuration option
for a description of this property.
To modify this property see setBaseParam
.Ext.data.Store store
, String action
, Record/Record[] rs
, Object options
, Object arg
)
store
: Ext.data.Storeaction
: Stringrs
: Record/Record[]options
: Objectoptions.params
to add Http parameters to the request. (see save for details)arg
: ObjectStore this
, Record[] The
)
- this
: StoreThe
: Record[]Store this
, Record[] records
)
+ this
: Storerecords
: Record[]Store this
)