examples/bootstrap/Login.bjs.UHL1LX
[roojs1] / examples / bootstrap / Login.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Login = new Roo.XComponent({
6     part     :  ["bootstrap", "Login" ],
7     order    : '001-Login',
8     region   : 'center',
9     parent   : false,
10     name     : "unnamed module",
11     disabled : false, 
12     permname : '', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             cls : 'bg-black',
19             xtype : 'Body',
20             xns : Roo.bootstrap,
21             items : [
22                 {
23                     cls : 'form-box',
24                     xtype : 'Container',
25                     xns : Roo.bootstrap,
26                     items : [
27                         {
28                             cls : 'header',
29                             xtype : 'Element',
30                             xns : Roo.bootstrap,
31                             html : 'Sign in'
32                         },
33                         {
34                             xtype : 'Form',
35                             xns : Roo.bootstrap,
36                             items : [
37                                 {
38                                     cls : 'body bg-gray',
39                                     xtype : 'Container',
40                                     xns : Roo.bootstrap,
41                                     items : [
42                                         {
43                                             xtype : 'Input',
44                                             placeholder : 'email',
45                                             xns : Roo.bootstrap
46                                         },
47                                         {
48                                             xtype : 'Input',
49                                             placeholder : 'password',
50                                             inputType : 'password',
51                                             xns : Roo.bootstrap
52                                         },
53                                         {
54                                             xtype : 'CheckBox',
55                                             boxLabel : 'Remember me',
56                                             xns : Roo.bootstrap
57                                         }
58                                     ]
59
60                                 },
61                                 {
62                                     cls : 'footer',
63                                     xtype : 'Container',
64                                     xns : Roo.bootstrap,
65                                     items : [
66                                         {
67                                             cls : 'btn-block',
68                                             weight : 'primary',
69                                             xtype : 'Button',
70                                             xns : Roo.bootstrap,
71                                             html : 'Sign me in'
72                                         }
73                                     ]
74
75                                 }
76                             ]
77
78                         }
79                     ]
80
81                 }
82             ]
83
84         };    }
85 });