Roo/grid/Grid.js
[roojs1] / Roo / grid / Grid.js
index 3b3d47a..29daa66 100644 (file)
@@ -318,6 +318,15 @@ Roo.grid.Grid = function(container, config){
 Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
     
     /**
+        * @cfg {Roo.grid.AbstractSelectionModel} sm The selection Model (default = Roo.grid.RowSelectionModel)
+        */
+       /**
+        * @cfg {Roo.grid.GridView} view  The view that renders the grid (default = Roo.grid.GridView)
+        */
+       /**
+        * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid
+        */
+       /**
      * @cfg {String} ddGroup - drag drop group.
      */
       /**