cef198731416d6135439484556c02eb1546d0571
[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 : 'Row',
40        xns : Roo.bootstrap,
41        '|xns' : 'Roo.bootstrap',
42        items  : [
43         {
44          xtype : 'Card',
45          cls : 'col-xs-12 column col-12',
46          dropable : true,
47          drop_group : 'cards',
48          footer : 'a footer',
49          header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
50          style : 'max-width:300px;margin: 0 12px;',
51          weight : 'danger',
52          xns : Roo.bootstrap,
53          '|xns' : 'Roo.bootstrap',
54          items  : [
55           {
56            xtype : 'Card',
57            collapsable : true,
58            dragable : true,
59            drag_group : 'cards',
60            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
61            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
62            margin_bottom : 3,
63            weight : 'light',
64            xns : Roo.bootstrap,
65            '|xns' : 'Roo.bootstrap'
66           },
67           {
68            xtype : 'Card',
69            dragable : true,
70            drag_group : 'cards',
71            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
72            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
73            margin_bottom : 3,
74            weight : 'light',
75            xns : Roo.bootstrap,
76            '|xns' : 'Roo.bootstrap'
77           },
78           {
79            xtype : 'Button',
80            html : _this._strings['9cf863d802aca813531ca28b319ead90'] /* Add Issue */,
81            weight : 'primary',
82            xns : Roo.bootstrap,
83            '|xns' : 'Roo.bootstrap'
84           }
85          ]
86         },
87         {
88          xtype : 'Card',
89          cls : 'column col-xs-12 col-12',
90          footer : 'a footer',
91          header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
92          style : 'max-width:300px;margin: 0 12px;',
93          weight : 'danger',
94          xns : Roo.bootstrap,
95          '|xns' : 'Roo.bootstrap',
96          items  : [
97           {
98            xtype : 'Card',
99            dragable : true,
100            drag_group : 'cards',
101            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
102            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
103            margin_bottom : 3,
104            weight : 'light',
105            xns : Roo.bootstrap,
106            '|xns' : 'Roo.bootstrap'
107           },
108           {
109            xtype : 'Button',
110            html : _this._strings['9cf863d802aca813531ca28b319ead90'] /* Add Issue */,
111            weight : 'primary',
112            xns : Roo.bootstrap,
113            '|xns' : 'Roo.bootstrap'
114           }
115          ]
116         }
117        ]
118       }
119      ]
120     }
121    ]
122   };  }
123 });