X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/src/data/JsonStore.js diff --git a/src/data/JsonStore.js b/src/data/JsonStore.js index 0e127937..4dbd357b 100644 --- a/src/data/JsonStore.js +++ b/src/data/JsonStore.js @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.0.0 - * Copyright(c) 2006-2009 Ext JS, LLC - * licensing@extjs.com - * http://www.extjs.com/license + * Ext JS Library 3.3.1 + * Copyright(c) 2006-2010 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license */ /** * @class Ext.data.JsonStore @@ -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