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   '9d5ed678fe57bcca610140957afab571' :"B",
9   '30bd2ce65d1e43e9c498b7d5d49f3b78' :"Dashboard <small>  Example Control panel </small>",
10   '70ce2e7a27cab2a670ca954f8362e19f' :"tab 2 content",
11   '18327168fcb401af02b4615b43d637ad' :"Pick from list",
12   '7fc56270e7a70fa81a5935b72eacbe29' :"A"
13  },
14
15   part     :  ["bootstrap", "dashboard4" ],
16   order    : '001-dashboard-',
17   region   : 'center',
18   parent   : false,
19   name     : "unnamed module",
20   disabled : false, 
21   permname : '', 
22   _tree : function()
23   {
24    var _this = this;
25    var MODULE = this;
26    return {
27    '|xns' : 'Roo.bootstrap',
28    cls : 'skin-blue',
29    xns : Roo.bootstrap,
30    xtype : 'Body',
31    items : [
32     Roo.apply(Dashboard.Header1._tree(), {
33      '|xns' : 'Roo.bootstrap',
34      cls : 'header',
35      tag : 'header',
36      xns : Roo.bootstrap,
37      xtype : 'Container'
38     }),
39     {
40      '|xns' : 'Roo.bootstrap',
41      cls : 'wrapper row-offcanvas row-offcanvas-left',
42      'flexy:include' : 'Sidebar.html',
43      xns : Roo.bootstrap,
44      xtype : 'Container',
45      items : [
46       Roo.apply(Dashboard.Sidebar2._tree(), {
47        '|xns' : 'Roo.bootstrap',
48        cls : 'left-side sidebar-offcanvas',
49        tag : 'aside',
50        xns : Roo.bootstrap,
51        xtype : 'Container'
52       }),
53       {
54        '|xns' : 'Roo.bootstrap',
55        cls : 'right-side',
56        tag : 'aside',
57        xns : Roo.bootstrap,
58        xtype : 'Container',
59        items : [
60         {
61          '|xns' : 'Roo.bootstrap',
62          cls : 'content-header',
63          tag : 'section',
64          xns : Roo.bootstrap,
65          xtype : 'Container',
66          items : [
67           {
68            '|xns' : 'Roo.bootstrap',
69            html : _this._strings['30bd2ce65d1e43e9c498b7d5d49f3b78'],
70            xns : Roo.bootstrap,
71            xtype : 'Header'
72           }
73          ]
74
75         },
76         {
77          '|xns' : 'Roo.bootstrap',
78          cls : 'content',
79          tag : 'section',
80          xns : Roo.bootstrap,
81          xtype : 'Container',
82          items : [
83           {
84            '|xns' : 'Roo.bootstrap',
85            xns : Roo.bootstrap,
86            xtype : 'Row',
87            items : [
88             {
89              '|xns' : 'Roo.bootstrap',
90              lg : 6,
91              md : 6,
92              sm : 12,
93              style : '',
94              xns : Roo.bootstrap,
95              xtype : 'Column',
96              items : [
97               {
98                '|xns' : 'Roo.bootstrap.dash',
99                title : _this._strings['18327168fcb401af02b4615b43d637ad'],
100                xns : Roo.bootstrap.dash,
101                xtype : 'TabBox',
102                listeners : {
103                 render : function (_self)
104                  {
105                      _this.testbox = _self;
106                  }
107                },
108                items : [
109                 {
110                  '|xns' : 'Roo.bootstrap.dash',
111                  title : _this._strings['7fc56270e7a70fa81a5935b72eacbe29'],
112                  xns : Roo.bootstrap.dash,
113                  xtype : 'TabPane',
114                  items : [
115                   {
116                    '|xns' : 'Roo.bootstrap',
117                    xns : Roo.bootstrap,
118                    xtype : 'Column'
119                   }
120                  ]
121
122                 },
123                 {
124                  '|xns' : 'Roo.bootstrap.dash',
125                  title : _this._strings['9d5ed678fe57bcca610140957afab571'],
126                  xns : Roo.bootstrap.dash,
127                  xtype : 'TabPane',
128                  items : [
129                   {
130                    '|xns' : 'Roo.bootstrap',
131                    html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'],
132                    xns : Roo.bootstrap,
133                    xtype : 'Column'
134                   }
135                  ]
136
137                 },
138                 {
139                  '|xns' : 'Roo.bootstrap.dash',
140                  title : _this._strings['9d5ed678fe57bcca610140957afab571'],
141                  xns : Roo.bootstrap.dash,
142                  xtype : 'TabPane',
143                  items : [
144                   {
145                    '|xns' : 'Roo.bootstrap',
146                    html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'],
147                    xns : Roo.bootstrap,
148                    xtype : 'Column'
149                   }
150                  ]
151
152                 },
153                 {
154                  '|xns' : 'Roo.bootstrap.dash',
155                  title : _this._strings['9d5ed678fe57bcca610140957afab571'],
156                  xns : Roo.bootstrap.dash,
157                  xtype : 'TabPane',
158                  items : [
159                   {
160                    '|xns' : 'Roo.bootstrap',
161                    html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'],
162                    xns : Roo.bootstrap,
163                    xtype : 'Column'
164                   }
165                  ]
166
167                 }
168                ]
169
170               }
171              ]
172
173             }
174            ]
175
176           }
177          ]
178
179         }
180        ]
181
182       }
183      ]
184
185     }
186    ]
187
188   };  }
189 });