9226da6e7e7b4546b4f17f1b8142e87a970b0ff5
[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   '098f6bcd4621d373cade4e832627b4f6' :"test",
9   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
10   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
11   'fb66f41b81f5973740bbfed019aa5d7d' :"Upload Images or Documents",
12   'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1"
13  },
14
15   part     :  ["bootstrap", "dashboard4" ],
16   order    : '001-dashboard-',
17   region   : 'center',
18   parent   : false,
19   name     : "unnamed module",
20   disabled : false, 
21   permname : '', 
22   _tree : function(_data)
23   {
24    var _this = this;
25    var MODULE = this;
26    return {
27    xtype : 'Body',
28    cls : 'skin-blue',
29    xns : Roo.bootstrap,
30    '|xns' : 'Roo.bootstrap',
31    items  : [
32     {
33      xtype : 'Container',
34      cls : 'content',
35      tag : 'section',
36      xns : Roo.bootstrap,
37      '|xns' : 'Roo.bootstrap',
38      items  : [
39       {
40        xtype : 'Row',
41        xns : Roo.bootstrap,
42        '|xns' : 'Roo.bootstrap',
43        items  : [
44         {
45          xtype : 'Card',
46          cls : 'col-xs-12 column col-12',
47          dropable : true,
48          drop_group : 'cards',
49          footer : 'a footer',
50          header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
51          style : 'max-width:300px;margin: 0 12px;',
52          weight : 'danger',
53          xns : Roo.bootstrap,
54          '|xns' : 'Roo.bootstrap',
55          items  : [
56           {
57            xtype : 'Card',
58            collapsable : true,
59            dragable : true,
60            drag_group : 'cards',
61            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
62            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
63            margin_bottom : 3,
64            weight : 'light',
65            xns : Roo.bootstrap,
66            '|xns' : 'Roo.bootstrap'
67           },
68           {
69            xtype : 'Card',
70            dragable : true,
71            drag_group : 'cards',
72            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
73            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
74            margin_bottom : 3,
75            weight : 'light',
76            xns : Roo.bootstrap,
77            '|xns' : 'Roo.bootstrap'
78           }
79          ]
80         },
81         {
82          xtype : 'Card',
83          cls : 'column col-xs-12 col-12',
84          dropable : true,
85          drop_group : 'cards',
86          footer : 'a footer',
87          header : _this._strings['e93b3fa481be3932aa08bd68c3deee70'] /* example 1 */,
88          style : 'max-width:300px;margin: 0 12px;',
89          weight : 'danger',
90          xns : Roo.bootstrap,
91          '|xns' : 'Roo.bootstrap',
92          items  : [
93           {
94            xtype : 'Card',
95            dragable : true,
96            drag_group : 'cards',
97            header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */,
98            html : _this._strings['60ee66eb2cd31823032664c2e9a79fd5'] /* body goes here */,
99            margin_bottom : 3,
100            weight : 'light',
101            xns : Roo.bootstrap,
102            '|xns' : 'Roo.bootstrap'
103           }
104          ]
105         },
106         {
107          xtype : 'Card',
108          title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */,
109          xns : Roo.bootstrap,
110          '|xns' : 'Roo.bootstrap',
111          items  : [
112           {
113            xtype : 'CardUploader',
114            html : _this._strings['fb66f41b81f5973740bbfed019aa5d7d'] /* Upload Images or Documents */,
115            xns : Roo.bootstrap,
116            '|xns' : 'Roo.bootstrap'
117           }
118          ]
119         }
120        ]
121       }
122      ]
123     }
124    ]
125   };  }
126 });