X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.data.XmlStore.html?ds=sidebyside diff --git a/docs/output/Ext.data.XmlStore.html b/docs/output/Ext.data.XmlStore.html index 1e78abe8..01b53513 100644 --- a/docs/output/Ext.data.XmlStore.html +++ b/docs/output/Ext.data.XmlStore.html @@ -1,4 +1,6 @@ -
Observable Store XmlStore
Package: | Ext.data |
Defined In: | XmlStore.js |
Class: | XmlStore |
Extends: | Store |
Small helper class to make creating Ext.data.Stores from XML data easier. +
Observable + Store + XmlStore
Package: | Ext.data |
Defined In: | XmlStore.js |
Class: | XmlStore |
Extends: | Store |
Small helper class to make creating Ext.data.Stores from XML data easier. A XmlStore will be automatically configured with a Ext.data.XmlReader.
A store configuration would be something like:
var store = new Ext.data.XmlStore({
// store configs
@@ -207,13 +209,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
)