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