examples/bootstrap/Login.bjs.ZC9YLX
[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             style : 'min-height: 100%;',
22             items : [
23                 {
24                     cls : 'form-box',
25                     xtype : 'Container',
26                     xns : Roo.bootstrap,
27                     items : [
28                         {
29                             cls : 'header',
30                             xtype : 'Container',
31                             xns : Roo.bootstrap,
32                             html : 'Sign in'
33                         },
34                         {
35                             xtype : 'Form',
36                             xns : Roo.bootstrap,
37                             items : [
38                                 {
39                                     cls : 'body bg-gray',
40                                     xtype : 'Container',
41                                     xns : Roo.bootstrap,
42                                     items : [
43                                         {
44                                             xtype : 'Input',
45                                             placeholder : 'email',
46                                             xns : Roo.bootstrap
47                                         },
48                                         {
49                                             xtype : 'Input',
50                                             placeholder : 'password',
51                                             inputType : 'password',
52                                             xns : Roo.bootstrap
53                                         },
54                                         {
55                                             xtype : 'CheckBox',
56                                             boxLabel : 'Remember me',
57                                             xns : Roo.bootstrap
58                                         }
59                                     ]
60
61                                 }
62                             ]
63
64                         },
65                         {
66                             cls : 'footer',
67                             xtype : 'Container',
68                             xns : Roo.bootstrap,
69                             items : [
70                                 {
71                                     cls : 'btn-block',
72                                     weight : 'primary',
73                                     xtype : 'Button',
74                                     xns : Roo.bootstrap,
75                                     html : 'Sign me in'
76                                 },
77                                 {
78                                     xtype : 'Container',
79                                     xns : Roo.bootstrap,
80                                     items : [
81                                         {
82                                             href : '#',
83                                             xtype : 'Link',
84                                             xns : Roo.bootstrap,
85                                             html : 'I forgot my password'
86                                         }
87                                     ]
88
89                                 },
90                                 {
91                                     cls : 'text-center',
92                                     href : '#',
93                                     xtype : 'Link',
94                                     xns : Roo.bootstrap,
95                                     html : 'Register a new menbership'
96                                 }
97                             ]
98
99                         }
100                     ]
101
102                 }
103             ]
104
105         };    }
106 });