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   '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        listeners : {
38         render : function (_self)
39          {
40              _this.form = this;
41          }
42        },
43        xns : Roo.bootstrap,
44        '|xns' : 'Roo.bootstrap',
45        items  : [
46         {
47          xtype : 'Row',
48          xns : Roo.bootstrap,
49          '|xns' : 'Roo.bootstrap',
50          items  : [
51           {
52            xtype : 'Column',
53            xs : 12,
54            xns : Roo.bootstrap,
55            '|xns' : 'Roo.bootstrap',
56            items  : [
57             {
58              xtype : 'Header',
59              html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
60              level : 1,
61              xns : Roo.bootstrap,
62              '|xns' : 'Roo.bootstrap'
63             }
64            ]
65           }
66          ]
67         },
68         {
69          xtype : 'Row',
70          xns : Roo.bootstrap,
71          '|xns' : 'Roo.bootstrap',
72          items  : [
73           {
74            xtype : 'Column',
75            xs : 12,
76            xns : Roo.bootstrap,
77            '|xns' : 'Roo.bootstrap',
78            items  : [
79             {
80              xtype : 'RadioSet',
81              fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
82              name : 'post_name',
83              xns : Roo.bootstrap,
84              '|xns' : 'Roo.bootstrap',
85              items  : [
86               {
87                xtype : 'RadioItem',
88                boxLabel : 'Yes',
89                xns : Roo.bootstrap,
90                '|xns' : 'Roo.bootstrap'
91               },
92               {
93                xtype : 'RadioItem',
94                boxLabel : 'No',
95                xns : Roo.bootstrap,
96                '|xns' : 'Roo.bootstrap'
97               }
98              ]
99             }
100            ]
101           }
102          ]
103         }
104        ]
105       }
106      ]
107     }
108    ]
109   };  }
110 });