X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/JsonStore.html diff --git a/docs/source/JsonStore.html b/docs/source/JsonStore.html index 08f131f6..4ee2a2c9 100644 --- a/docs/source/JsonStore.html +++ b/docs/source/JsonStore.html @@ -1,5 +1,6 @@ + The source code @@ -18,7 +19,7 @@ var store = new Ext.data.JsonStore({ storeId: 'myStore', // reader configs root: 'images', - idProperty: 'name', + idProperty: 'name', fields: ['name', 'url', {name:'size', type: 'float'}, {name:'lastmod', type:'date'}] }); *

@@ -31,7 +32,7 @@ var store = new Ext.data.JsonStore({ } * * An object literal of this form could also be used as the {@link #data} config option.

- *

*Note: Although not listed here, this class accepts all of the configuration options of + *

*Note: Although not listed here, this class accepts all of the configuration options of * {@link Ext.data.JsonReader JsonReader}.

* @constructor * @param {Object} config