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      xns : Roo.bootstrap,
32      '|xns' : 'Roo.bootstrap',
33      items  : [
34       {
35        xtype : 'Form',
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 : 'Column',
46            xs : 12,
47            xns : Roo.bootstrap,
48            '|xns' : 'Roo.bootstrap',
49            items  : [
50             {
51              xtype : 'Header',
52              html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
53              level : 1,
54              xns : Roo.bootstrap,
55              '|xns' : 'Roo.bootstrap'
56             }
57            ]
58           }
59          ]
60         },
61         {
62          xtype : 'Row',
63          xns : Roo.bootstrap,
64          '|xns' : 'Roo.bootstrap',
65          items  : [
66           {
67            xtype : 'Column',
68            xs : 12,
69            xns : Roo.bootstrap,
70            '|xns' : 'Roo.bootstrap',
71            items  : [
72             {
73              xtype : 'RadioSet',
74              fieldLable : '',
75              xns : Roo.bootstrap,
76              '|xns' : 'Roo.bootstrap',
77              items  : [
78               {
79                xtype : 'RadioItem',
80                xns : Roo.bootstrap,
81                '|xns' : 'Roo.bootstrap'
82               },
83               {
84                xtype : 'RadioItem',
85                xns : Roo.bootstrap,
86                '|xns' : 'Roo.bootstrap'
87               },
88               {
89                xtype : 'RadioItem',
90                xns : Roo.bootstrap,
91                '|xns' : 'Roo.bootstrap'
92               }
93              ]
94             }
95            ]
96           }
97          ]
98         }
99        ]
100       }
101      ]
102     }
103    ]
104   };  }
105 });