roojs-ui.js
[roojs1] / roojs-debug.js
index d490e4a..d0bc472 100644 (file)
@@ -34392,7 +34392,7 @@ Roo.QuickTips.tips = Roo.QuickTips.register;/*
  * @cfg {Boolean} animate true to enable animated expand/collapse (defaults to the value of Roo.enableFx)
  * @cfg {Boolean} singleExpand true if only 1 node per branch may be expanded
  * @cfg {Boolean} selModel A tree selection model to use with this TreePanel (defaults to a {@link Roo.tree.DefaultSelectionModel})
- * @cfg {Boolean} loader A TreeLoader for use with this TreePanel
+ * @cfg {Roo.tree.TreeLoader} loader A TreeLoader for use with this TreePanel
  * @cfg {Roo.tree.TreeEditor} editor The TreeEditor to display when clicked.
  * @cfg {String} pathSeparator The token used to separate sub-paths in path strings (defaults to '/')
  * @cfg {Function} renderer DEPRECATED - use TreeLoader:create event / Sets the rendering (formatting) function for the nodes. to return HTML markup for the tree view. The render function is called with  the following parameters:<ul><li>The {Object} The data for the node.</li></ul>
@@ -55643,6 +55643,9 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
        /**
         * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid
         */
+       /**
+        * @cfg {Roo.grid.Store} ds The data store for the grid
+        */
        /**
         * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc.
         */