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

Class Ext.sql.SQLiteStore

- - - - - -
Package:Ext.sql
Defined In:SQLiteStore.js
Class:SQLiteStore
Extends:Store
-
- * -Convenience class which assists in setting up SQLiteStore's. -This class will create the necessary table if it does not exist. -This class requires that all fields stored in the database will also be kept -in the Ext.data.Store.
- -
- -

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
- Inline data to be loaded when the store is initialized.
-
Store
  - - dbFile : String
- Filename to create/open
-
SQLiteStore
  - - fields : Array
- Array of fields to be used. Both name and type must be specified for every field.
-
SQLiteStore
  - - key : String
- This is the primary key for the table and the id for the Ext.data.Record.
-
SQLiteStore
  - - 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