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   'd41d8cd98f00b204e9800998ecf8427e' :"",
9   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
10   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
11  },
12
13   part     :  ["bootstrap", "RadioSet" ],
14   order    : '001-RadioSet',
15   region   : 'center',
16   parent   : false,
17   name     : "unnamed module",
18   disabled : false, 
19   permname : '', 
20   _tree : function(_data)
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    xtype : 'Body',
26    cls : 'bg-black',
27    style : 'min-height: 100%;',
28    xns : Roo.bootstrap,
29    '|xns' : 'Roo.bootstrap',
30    items  : [
31     {
32      xtype : 'Container',
33      xns : Roo.bootstrap,
34      '|xns' : 'Roo.bootstrap',
35      items  : [
36       {
37        xtype : 'Form',
38        xns : Roo.bootstrap,
39        '|xns' : 'Roo.bootstrap',
40        items  : [
41         {
42          xtype : 'Row',
43          xns : Roo.bootstrap,
44          '|xns' : 'Roo.bootstrap',
45          items  : [
46           {
47            xtype : 'Column',
48            xs : 12,
49            xns : Roo.bootstrap,
50            '|xns' : 'Roo.bootstrap',
51            items  : [
52             {
53              xtype : 'Header',
54              html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
55              level : 1,
56              xns : Roo.bootstrap,
57              '|xns' : 'Roo.bootstrap'
58             }
59            ]
60           }
61          ]
62         },
63         {
64          xtype : 'Row',
65          xns : Roo.bootstrap,
66          '|xns' : 'Roo.bootstrap',
67          items  : [
68           {
69            xtype : 'Column',
70            xs : 12,
71            xns : Roo.bootstrap,
72            '|xns' : 'Roo.bootstrap',
73            items  : [
74             {
75              xtype : 'RadioSet',
76              fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
77              xns : Roo.bootstrap,
78              '|xns' : 'Roo.bootstrap',
79              items  : [
80               {
81                xtype : 'RadioItem',
82                html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
83                xns : Roo.bootstrap,
84                '|xns' : 'Roo.bootstrap'
85               },
86               {
87                xtype : 'RadioItem',
88                xns : Roo.bootstrap,
89                '|xns' : 'Roo.bootstrap'
90               }
91              ]
92             }
93            ]
94           }
95          ]
96         }
97        ]
98       }
99      ]
100     }
101    ]
102   };  }
103 });