sync
[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   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
10   '9cf863d802aca813531ca28b319ead90' :"Add Issue",
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        footer : 'a footer',
41        header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
42        style : 'max-width:300px',
43        weight : 'danger',
44        xns : Roo.bootstrap,
45        '|xns' : 'Roo.bootstrap',
46        items  : [
47         {
48          xtype : 'Card',
49          dragable : true,
50          header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
51          html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
52          margin_bottom : 3,
53          weight : 'light',
54          xns : Roo.bootstrap,
55          '|xns' : 'Roo.bootstrap'
56         },
57         {
58          xtype : 'Button',
59          html : _this._strings['9cf863d802aca813531ca28b319ead90'] /* Add Issue */,
60          weight : 'primary',
61          xns : Roo.bootstrap,
62          '|xns' : 'Roo.bootstrap'
63         }
64        ]
65       }
66      ]
67     }
68    ]
69   };  }
70 });