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