roojs-all.js
[roojs1] / examples / bootstrap / Dashboard.Body1.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Dashboard.Body1 = new Roo.XComponent({
6     part     :  ["bootstrap", "Body1" ],
7     order    : '001-Dashboard.Body-',
8     region   : 'center',
9     parent   : false,
10     name     : "unnamed module",
11     disabled : false, 
12     permname : '', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             tag : 'aside',
19             cls : 'right-side',
20             xtype : 'Container',
21             xns : Roo.bootstrap,
22             items : [
23                 {
24                     tag : 'section',
25                     cls : 'content-header',
26                     xtype : 'Container',
27                     xns : Roo.bootstrap,
28                     items : [
29                         {
30                             xtype : 'Header',
31                             xns : Roo.bootstrap,
32                             html : 'Dashboard <small> Control Panel</small>'
33                         }
34                     ]
35
36                 },
37                 {
38                     tag : 'section',
39                     cls : 'content',
40                     xtype : 'Container',
41                     xns : Roo.bootstrap,
42                     items : [
43                         {
44                             xtype : 'Row',
45                             xns : Roo.bootstrap,
46                             items : [
47                                 {
48                                     lg : 3,
49                                     xtype : 'Column',
50                                     xns : Roo.bootstrap,
51                                     sm : 6,
52                                     items : [
53                                         {
54                                             cls : 'small-box bg-aqua ',
55                                             xtype : 'Container',
56                                             xns : Roo.bootstrap,
57                                             html : 'test'
58                                         }
59                                     ]
60
61                                 }
62                             ]
63
64                         }
65                     ]
66
67                 }
68             ]
69
70         };    }
71 });