examples/bootstrap/RadioSet.bjs
[roojs1] / examples / bootstrap / RadioSet.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 RadioSet = new Roo.XComponent({
6
7  _strings : {
8   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
9  },
10
11   part     :  ["bootstrap", "RadioSet" ],
12   order    : '001-RadioSet',
13   region   : 'center',
14   parent   : false,
15   name     : "unnamed module",
16   disabled : false, 
17   permname : '', 
18   _tree : function(_data)
19   {
20    var _this = this;
21    var MODULE = this;
22    return {
23    xtype : 'Body',
24    cls : 'bg-black',
25    style : 'min-height: 100%;',
26    xns : Roo.bootstrap,
27    '|xns' : 'Roo.bootstrap',
28    items  : [
29     {
30      xtype : 'Container',
31      cls : 'form-box',
32      xns : Roo.bootstrap,
33      '|xns' : 'Roo.bootstrap',
34      items  : [
35       {
36        xtype : 'Form',
37        xns : Roo.bootstrap,
38        '|xns' : 'Roo.bootstrap',
39        items  : [
40         {
41          xtype : 'Row',
42          xns : Roo.bootstrap,
43          '|xns' : 'Roo.bootstrap',
44          items  : [
45           {
46            xtype : 'Column',
47            html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
48            xs : 12,
49            xns : Roo.bootstrap,
50            '|xns' : 'Roo.bootstrap'
51           }
52          ]
53         },
54         {
55          xtype : 'Row',
56          xns : Roo.bootstrap,
57          '|xns' : 'Roo.bootstrap',
58          items  : [
59           {
60            xtype : 'Column',
61            xs : 12,
62            xns : Roo.bootstrap,
63            '|xns' : 'Roo.bootstrap',
64            items  : [
65             {
66              xtype : 'RadioSet',
67              xns : Roo.bootstrap,
68              '|xns' : 'Roo.bootstrap',
69              items  : [
70               {
71                xtype : 'Column',
72                xns : Roo.bootstrap,
73                '|xns' : 'Roo.bootstrap'
74               },
75               {
76                xtype : 'Column',
77                xns : Roo.bootstrap,
78                '|xns' : 'Roo.bootstrap'
79               },
80               {
81                xtype : 'Column',
82                xns : Roo.bootstrap,
83                '|xns' : 'Roo.bootstrap'
84               }
85              ]
86             }
87            ]
88           }
89          ]
90         }
91        ]
92       }
93      ]
94     }
95    ]
96   };  }
97 });