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