examples/bootstrap/Dashboard.Sidebar2.bjs.H1A0LX
[roojs1] / examples / bootstrap / dashboard1.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 dashboard1 = new Roo.XComponent({
6     part     :  ["bootstrap", "dashboard1" ],
7     order    : '001-dashboard-',
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             cls : 'skin-blue',
19             xtype : 'Body',
20             xns : Roo.bootstrap,
21             items : [
22                 {
23                     cls : 'header',
24                     xtype : 'Container',
25                     tag : 'header',
26                     xns : Roo.bootstrap,
27                     items : [
28                         {
29                             cls : 'logo',
30                             xtype : 'Link',
31                             xns : Roo.bootstrap,
32                             html : 'test'
33                         },
34                         {
35                             bar : true,
36                             position : 'static-top',
37                             xtype : 'NavHeaderbar',
38                             tag : 'nav',
39                             xns : Roo.bootstrap,
40                             items : [
41                                 {
42                                     cls : 'navbar-btn sidebar-toggle',
43                                     xtype : 'Link',
44                                     xns : Roo.bootstrap,
45                                     html : '<span class=\"icon-bar\"></span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span>'
46                                 },
47                                 {
48                                     xtype : 'NavGroup',
49                                     align : 'right',
50                                     xns : Roo.bootstrap,
51                                     items : [
52                                         {
53                                             menu : {
54                                                 xtype : 'Menu',
55                                                 xns : Roo.bootstrap,
56                                                 items : [
57                                                         {
58                                                         xtype : 'MenuItem',
59                                                         xns : Roo.bootstrap,
60                                                         html : 'test'
61                                                     }
62                                                 ]
63
64                                             },
65                                             xtype : 'NavItem',
66                                             xns : Roo.bootstrap,
67                                             html : 'test',
68                                             items : [
69
70                                             ]
71
72                                         },
73                                         {
74                                             xtype : 'NavItem',
75                                             xns : Roo.bootstrap,
76                                             html : 'test'
77                                         }
78                                     ]
79
80                                 }
81                             ]
82
83                         }
84                     ]
85
86                 },
87                 {
88                     cls : 'wrapper row-offcanvas row-offcanvas-left',
89                     xtype : 'Container',
90                     'flexy:include' : 'Sidebar.html',
91                     xns : Roo.bootstrap,
92                     items : [
93                         Roo.apply(Dashboard.Sidebar2._tree(), {
94                             tag : 'aside',
95                             cls : 'left-side sidebar-offcanvas',
96                             xtype : 'Container',
97                             xns : Roo.bootstrap
98                         })
99                     ]
100
101                 }
102             ]
103
104         };    }
105 });