Roo/bootstrap/panel/Content.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 06:18:36 +0000 (14:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 06:18:36 +0000 (14:18 +0800)
Roo/bootstrap/panel/Content.js

index f680076..0fdfdb2 100644 (file)
@@ -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.