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

Roo/BorderLayout.js
roojs-bootstrap-debug.js

index 8228ced..501f144 100644 (file)
@@ -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
         */
index bc313ca..d68a16e 100644 (file)
@@ -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.