add bootstrap
[roojs1] / Roo / bootstrap / Body.js
1 /*
2  * - LGPL
3  *
4  * page contgainer.
5  * 
6  */ 
7 Roo.bootstrap.Body = function(config){
8     Roo.bootstrap.Body.superclass.constructor.call(this, config);
9 };
10
11 Roo.extend(Roo.bootstrap.Body, Roo.bootstrap.Component,  {
12       
13         autoCreate : {
14         cls: 'container'
15     },
16     onRender : function(ct, position){
17         this.el = Roo.get(document.body);
18         
19         //this.el.addClass([this.fieldClass, this.cls]);
20         
21     }
22     
23     
24  
25    
26 });
27
28