roojs-bootstrap.js
[roojs1] / Roo / bootstrap / Container.js
index a81c344..cf96cc4 100644 (file)
@@ -9,11 +9,12 @@
 /**
  * @class Roo.bootstrap.Container
  * @extends Roo.bootstrap.Component
+ * @builder-top
  * Bootstrap Container class
  * @cfg {Boolean} jumbotron is it a jumbotron element
  * @cfg {String} html content of element
  * @cfg {String} well (lg|sm|md) a well, large, small or medium.
- * @cfg {String} panel (primary|success|info|warning|danger) render as panel  - type - primary/success.....
+ * @cfg {String} panel (default|primary|success|info|warning|danger) render as panel  - type - primary/success.....
  * @cfg {String} header content of header (for panel)
  * @cfg {String} footer content of footer (for panel)
  * @cfg {String} sticky (footer|wrap|push) block to use as footer or body- needs css-bootstrap/sticky-footer.css
@@ -370,7 +371,6 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         
         this.fireEvent('click', this, e);
     }
-   
 });
 
  
\ No newline at end of file