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