X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/source/Store.html diff --git a/docs/source/Store.html b/docs/source/Store.html index 493b97de..67c8632e 100644 --- a/docs/source/Store.html +++ b/docs/source/Store.html @@ -7,7 +7,7 @@
/*!
- * Ext JS Library 3.2.1
+ * Ext JS Library 3.2.2
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -266,16 +266,14 @@ sortInfo: {
         dir : 'dir'
     },
 
-    
/** - * @property isDestroyed - * @type Boolean +
/** + * @property {Boolean} isDestroyed * True if the store has been destroyed already. Read only */ isDestroyed: false, -
/** - * @property hasMultiSort - * @type Boolean +
/** + * @property {Boolean} hasMultiSort * True if this store is currently sorted by more than one field/direction combination. */ hasMultiSort: false, @@ -461,7 +459,7 @@ sortInfo: { * @event clear * Fires when the data cache has been cleared. * @param {Store} this - * @param {Record[]} The records that were cleared. + * @param {Record[]} records The records that were cleared. */ 'clear',
/** @@ -1498,9 +1496,9 @@ myStore.reload(lastOptions); }
/** + * Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields * @property multiSortInfo * @type Object - * Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields */ this.multiSortInfo = { sorters : sorters,