X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.data.SimpleStore.html diff --git a/docs/output/Ext.data.SimpleStore.html b/docs/output/Ext.data.SimpleStore.html deleted file mode 100644 index 780408c3..00000000 --- a/docs/output/Ext.data.SimpleStore.html +++ /dev/null @@ -1,1439 +0,0 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Store
-    SimpleStore
-

Class Ext.data.SimpleStore

- - - - - -
Package:Ext.data
Defined In:SimpleStore.js
Class:SimpleStore
Extends:Store
-
- * -Small helper class to make creating Stores from Array data easier.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - autoLoad : Boolean/Object
- If passed, this store's load method is automatically called after creation with the autoLoad object
-
Store
  - - baseParams : Object
- An object containing properties which are to be sent as parameters on any HTTP request
-
Store
  - - data : Array
- The multi-dimensional array of data.
-
SimpleStore
  - - fields : Array
- An array of field definition objects, or field name string as specified to Ext.data.Record.create
-
SimpleStore
  - - id : Number
- The array index of the record id. Leave blank to auto generate ids.
-
SimpleStore
  - - proxy : Ext.data.DataProxy
- The Proxy object which provides access to a data object.
-
Store
  - - storeId : String
- If passed, the id to use to register with the StoreMgr
-
Store
  - - url : String
- If passed, an HttpProxy is created for the passed URL
-
Store
- -

Public Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyDefined By
  - - fields : Ext.util.MixedCollection
- A MixedCollection containing the defined Fields for the Records stored in this Store. Read-only.
-
Store
- -

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file