examples/bootstrap/dashboard4.bjs
[roojs1] / examples / bootstrap / dashboard4.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 dashboard4 = new Roo.XComponent({
6
7  _strings : {
8   '30bd2ce65d1e43e9c498b7d5d49f3b78' :"Dashboard <small>  Example Control panel </small>"
9  },
10
11   part     :  ["bootstrap", "dashboard4" ],
12   order    : '001-dashboard-',
13   region   : 'center',
14   parent   : false,
15   name     : "unnamed module",
16   disabled : false, 
17   permname : '', 
18   _tree : function()
19   {
20    var _this = this;
21    var MODULE = this;
22    return {
23    '|xns' : 'Roo.bootstrap',
24    cls : 'skin-blue',
25    xns : Roo.bootstrap,
26    xtype : 'Body',
27    items : [
28     Roo.apply(Dashboard.Header1._tree(), {
29      '|xns' : 'Roo.bootstrap',
30      cls : 'header',
31      tag : 'header',
32      xns : Roo.bootstrap,
33      xtype : 'Container'
34     }),
35     {
36      '|xns' : 'Roo.bootstrap',
37      cls : 'wrapper row-offcanvas row-offcanvas-left',
38      'flexy:include' : 'Sidebar.html',
39      xns : Roo.bootstrap,
40      xtype : 'Container',
41      items : [
42       Roo.apply(Dashboard.Sidebar2._tree(), {
43        '|xns' : 'Roo.bootstrap',
44        cls : 'left-side sidebar-offcanvas',
45        tag : 'aside',
46        xns : Roo.bootstrap,
47        xtype : 'Container'
48       }),
49       {
50        '|xns' : 'Roo.bootstrap',
51        cls : 'right-side',
52        tag : 'aside',
53        xns : Roo.bootstrap,
54        xtype : 'Container',
55        items : [
56         {
57          '|xns' : 'Roo.bootstrap',
58          cls : 'content-header',
59          tag : 'section',
60          xns : Roo.bootstrap,
61          xtype : 'Container',
62          items : [
63           {
64            '|xns' : 'Roo.bootstrap',
65            html : _this._strings['30bd2ce65d1e43e9c498b7d5d49f3b78'],
66            xns : Roo.bootstrap,
67            xtype : 'Header'
68           }
69          ]
70
71         }
72        ]
73
74       }
75      ]
76
77     }
78    ]
79
80   };  }
81 });