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