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