From c482804f9001259e77112251d45604966c16989c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 14:18:36 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index f680076e6d..0fdfdb2ab1 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -12,7 +12,6 @@ * @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) @@ -33,6 +32,7 @@ * @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