From f5914c3e941763222c9f7f3ffc2f099ccd5febf5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:13:40 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js Roo/ContentPanel.js --- Roo/ContentPanel.js | 5 +++-- roojs-debug.js | 3 +++ roojs-ui-debug.js | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Roo/ContentPanel.js b/Roo/ContentPanel.js index 1aa7306eab..cd369894b3 100644 --- a/Roo/ContentPanel.js +++ b/Roo/ContentPanel.js @@ -19,7 +19,7 @@ * @cfg {Boolean} closable True if the panel can be closed/removed * @cfg {Boolean} background True if the panel should not be activated when it is added (defaults to false) * @cfg {String|HTMLElement|Element} resizeEl An element to resize if {@link #fitToFrame} is true (instead of this panel's element) - * @cfg {Toolbar} toolbar A toolbar for this panel + * @cfg {Roo.Toolbar} toolbar A toolbar for this panel * @cfg {Boolean} autoScroll True to scroll overflow in this panel (use with {@link #fitToFrame}) * @cfg {String} title The title for this panel * @cfg {Array} adjustments Values to add to the width/height when doing a {@link #fitToFrame} (default is [0, 0]) @@ -28,7 +28,8 @@ * @cfg {String|Object} params When used with {@link #url}, calls {@link #setUrl} with this value * @cfg {Boolean} loadOnce When used with {@link #url}, calls {@link #setUrl} with this value * @cfg {String} content Raw content to fill content panel with (uses setContent on construction.) - * @cfg {String} style Extra style to add to the content panel + * @cfg {String} style Extra style to add to the content panel + * @cfg {Roo.menu.Menu} menu popup menu * @constructor * Create a new ContentPanel. diff --git a/roojs-debug.js b/roojs-debug.js index 9dc7cd5777..df7c91e265 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -55643,6 +55643,9 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** + * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. + */ + /** * @cfg {String} ddGroup - drag drop group. */ /** diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 1cc73d20d1..3957520c0c 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -32481,6 +32481,9 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** + * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. + */ + /** * @cfg {String} ddGroup - drag drop group. */ /** -- 2.39.2