From 17be0ae762d8c8ee47fefc6681337ba31ba02486 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 14:18:59 +0800 Subject: [PATCH] roojs-bootstrap.js roojs-bootstrap-debug.js Roo/BorderLayout.js --- Roo/BorderLayout.js | 4 +++- roojs-bootstrap-debug.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 8228cedb34..501f144821 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -93,7 +93,9 @@ Roo.BorderLayout = function(container, config){ }; Roo.extend(Roo.BorderLayout, Roo.LayoutManager, { - + /* + * @cfg {Roo.bootstrap.Component} cn[] children + */ /** * @cfg {Roo.LayoutRegion} east */ diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index bc313ca80f..d68a16e7cf 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -40571,7 +40571,6 @@ Roo.extend(Roo.bootstrap.layout.West, Roo.bootstrap.layout.Split, { * @class Roo.ContentPanel * @extends Roo.util.Observable * @builder-top - * @children Roo.boootstrap.Component * A basic ContentPanel element. * @cfg {Boolean} fitToFrame True for this panel to adjust its size to fit when the region resizes (defaults to false) * @cfg {Boolean} fitContainer When using {@link #fitToFrame} and {@link #resizeEl}, you can also fit the parent container (defaults to false) @@ -40592,6 +40591,7 @@ Roo.extend(Roo.bootstrap.layout.West, Roo.bootstrap.layout.Split, { * @cfg {Boolean} badges render the badges * @cfg {String} cls extra classes to use * @cfg {String} background (primary|secondary|success|info|warning|danger|light|dark) + * @cfg {Roo.bootstrap.Component} cn[] children * @constructor * Create a new ContentPanel. -- 2.39.2