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