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   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
9   '552e21cd4cd9918678e3c1a0df491bc3' :"some text",
10   'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text"
11  },
12
13   part     :  ["bootstrap", "dashboard4" ],
14   order    : '001-dashboard-',
15   region   : 'center',
16   parent   : false,
17   name     : "unnamed module",
18   disabled : false, 
19   permname : '', 
20   _tree : function(_data)
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    xtype : 'Body',
26    cls : 'skin-blue',
27    xns : Roo.bootstrap,
28    '|xns' : 'Roo.bootstrap',
29    items  : [
30     {
31      xtype : 'Container',
32      cls : 'content',
33      tag : 'section',
34      xns : Roo.bootstrap,
35      '|xns' : 'Roo.bootstrap',
36      items  : [
37       {
38        xtype : 'Card',
39        header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
40        html : _this._strings['e037df87a91c6e2727f0d9eb15c8127f'] /* this is the body text */,
41        style : 'max-width:200px',
42        weight : 'light',
43        xns : Roo.bootstrap,
44        '|xns' : 'Roo.bootstrap',
45        items  : [
46         {
47          xtype : 'Element',
48          html : _this._strings['552e21cd4cd9918678e3c1a0df491bc3'] /* some text */,
49          xns : Roo.bootstrap,
50          '|xns' : 'Roo.bootstrap'
51         },
52         {
53          xtype : 'Card',
54          xns : Roo.bootstrap,
55          '|xns' : 'Roo.bootstrap'
56         }
57        ]
58       }
59      ]
60     }
61    ]
62   };  }
63 });