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
8
9   part     :  ["bootstrap", "RadioSet" ],
10   order    : '001-RadioSet',
11   region   : 'center',
12   parent   : false,
13   name     : "unnamed module",
14   disabled : false, 
15   permname : '', 
16   _tree : function(_data)
17   {
18    var _this = this;
19    var MODULE = this;
20    return {
21    xtype : 'Body',
22    cls : 'bg-black',
23    style : 'min-height: 100%;',
24    xns : Roo.bootstrap,
25    '|xns' : 'Roo.bootstrap',
26    items  : [
27     {
28      xtype : 'Container',
29      xns : Roo.bootstrap,
30      '|xns' : 'Roo.bootstrap'
31     }
32    ]
33   };  }
34 });