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