From 288c2f374fea7d4780a918b324c8404a7bbef337 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:11:47 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js --- roojs-debug.js | 7 +++++-- roojs-ui-debug.js | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/roojs-debug.js b/roojs-debug.js index 2bd16d0ce5..9dc7cd5777 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -55634,10 +55634,13 @@ Roo.grid.Grid = function(container, config){ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { /** - * @cfg {Roo.grid.AbstractSelectionModel} sm [default={Roo.grid.RowSelectionModel}] The selection Model + * @cfg {Roo.grid.AbstractSelectionModel} sm The selection Model (default = Roo.grid.RowSelectionModel) */ /** - * @cfg {Roo.grid.GridView} view [default={Roo.grid.GridView}] The view that renders the grid + * @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. diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index bfae40d074..1cc73d20d1 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -32472,10 +32472,13 @@ Roo.grid.Grid = function(container, config){ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { /** - * @cfg {Roo.grid.AbstractSelectionModel} sm [default={Roo.grid.RowSelectionModel}] The selection Model + * @cfg {Roo.grid.AbstractSelectionModel} sm The selection Model (default = Roo.grid.RowSelectionModel) */ /** - * @cfg {Roo.grid.GridView} view [default={Roo.grid.GridView}] The view that renders the grid + * @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. -- 2.39.2