X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/src/data/JsonStore.js diff --git a/src/data/JsonStore.js b/src/data/JsonStore.js index 0e127937..107dceab 100644 --- a/src/data/JsonStore.js +++ b/src/data/JsonStore.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.0.0 + * Ext JS Library 3.0.3 * Copyright(c) 2006-2009 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license @@ -17,7 +17,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'}] }); *

@@ -30,7 +30,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