X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_grid_Grid.js.html;fp=docs%2Fsrc%2FRoo_grid_Grid.js.html;h=91c58917350a933c4682d50a2f59583992dd2d7a;hp=f9aca0183736c2107aa92563120104893e8c2894;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_grid_Grid.js.html b/docs/src/Roo_grid_Grid.js.html index f9aca01837..91c5891735 100644 --- a/docs/src/Roo_grid_Grid.js.html +++ b/docs/src/Roo_grid_Grid.js.html @@ -318,6 +318,21 @@ 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 {Roo.grid.Store} ds The data store for the grid + */ + /** + * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. + */ + /** * @cfg {String} ddGroup - drag drop group. */ /**