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   '0c83f57c786a0b4a39efab23731c7ebc' :"email",
9   '3c0445c81a81e7508168c61674497f7d' :"Sign me in",
10   'b05d72142020283dc6812fd3a9bc691c' :"I forgot my password",
11   'b6d4223e60986fa4c9af77ee5f7149c5' :"Sign in",
12   '5f4dcc3b5aa765d61d8327deb882cf99' :"password",
13   '11268c03b59cc646b0fb7c4cb592130b' :"Register a new menbership"
14  },
15
16   part     :  ["bootstrap", "RadioSet" ],
17   order    : '001-RadioSet',
18   region   : 'center',
19   parent   : false,
20   name     : "unnamed module",
21   disabled : false, 
22   permname : '', 
23   _tree : function(_data)
24   {
25    var _this = this;
26    var MODULE = this;
27    return {
28    xtype : 'Body',
29    cls : 'bg-black',
30    style : 'min-height: 100%;',
31    xns : Roo.bootstrap,
32    '|xns' : 'Roo.bootstrap',
33    items  : [
34     {
35      xtype : 'Container',
36      cls : 'form-box',
37      xns : Roo.bootstrap,
38      '|xns' : 'Roo.bootstrap',
39      items  : [
40       {
41        xtype : 'Container',
42        cls : 'header',
43        html : _this._strings['b6d4223e60986fa4c9af77ee5f7149c5'] /* Sign in */,
44        xns : Roo.bootstrap,
45        '|xns' : 'Roo.bootstrap'
46       },
47       {
48        xtype : 'Form',
49        xns : Roo.bootstrap,
50        '|xns' : 'Roo.bootstrap',
51        items  : [
52         {
53          xtype : 'Container',
54          cls : 'body bg-gray',
55          xns : Roo.bootstrap,
56          '|xns' : 'Roo.bootstrap',
57          items  : [
58           {
59            xtype : 'Input',
60            placeholder : _this._strings['0c83f57c786a0b4a39efab23731c7ebc'] /* email */,
61            xns : Roo.bootstrap,
62            '|xns' : 'Roo.bootstrap'
63           },
64           {
65            xtype : 'Input',
66            inputType : 'password',
67            placeholder : _this._strings['5f4dcc3b5aa765d61d8327deb882cf99'] /* password */,
68            xns : Roo.bootstrap,
69            '|xns' : 'Roo.bootstrap'
70           },
71           {
72            xtype : 'CheckBox',
73            boxLabel : 'Remember me',
74            xns : Roo.bootstrap,
75            '|xns' : 'Roo.bootstrap'
76           }
77          ]
78         }
79        ]
80       },
81       {
82        xtype : 'Container',
83        cls : 'footer',
84        xns : Roo.bootstrap,
85        '|xns' : 'Roo.bootstrap',
86        items  : [
87         {
88          xtype : 'Button',
89          cls : 'btn-block',
90          html : _this._strings['3c0445c81a81e7508168c61674497f7d'] /* Sign me in */,
91          weight : 'primary',
92          xns : Roo.bootstrap,
93          '|xns' : 'Roo.bootstrap'
94         },
95         {
96          xtype : 'Container',
97          tag : 'p',
98          xns : Roo.bootstrap,
99          '|xns' : 'Roo.bootstrap',
100          items  : [
101           {
102            xtype : 'Link',
103            href : '#',
104            html : _this._strings['b05d72142020283dc6812fd3a9bc691c'] /* I forgot my password */,
105            xns : Roo.bootstrap,
106            '|xns' : 'Roo.bootstrap'
107           }
108          ]
109         },
110         {
111          xtype : 'Container',
112          tag : 'p',
113          xns : Roo.bootstrap,
114          '|xns' : 'Roo.bootstrap',
115          items  : [
116           {
117            xtype : 'Link',
118            cls : 'text-center',
119            href : '#',
120            html : _this._strings['11268c03b59cc646b0fb7c4cb592130b'] /* Register a new menbership */,
121            xns : Roo.bootstrap,
122            '|xns' : 'Roo.bootstrap'
123           }
124          ]
125         }
126        ]
127       }
128      ]
129     }
130    ]
131   };  }
132 });