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