examples/bootstrap/Login.bjs.I0Z1LX
[roojs1] / examples / bootstrap / Login.bjs
1 {
2     "name" : "Login",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/alan/gitlive/roojs1/examples/bootstrap/Login.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "String cls" : "bg-black",
11             "xtype" : "Body",
12             "$ xns" : "Roo.bootstrap",
13             "items" : [
14                 {
15                     "String cls" : "form-box",
16                     "xtype" : "Container",
17                     "$ xns" : "Roo.bootstrap",
18                     "items" : [
19                         {
20                             "String cls" : "header",
21                             "xtype" : "Element",
22                             "$ xns" : "Roo.bootstrap",
23                             "String html" : "Sign in"
24                         },
25                         {
26                             "xtype" : "Form",
27                             "$ xns" : "Roo.bootstrap",
28                             "items" : [
29                                 {
30                                     "String cls" : "body bg-gray",
31                                     "xtype" : "Container",
32                                     "$ xns" : "Roo.bootstrap",
33                                     "items" : [
34                                         {
35                                             "xtype" : "Input",
36                                             "string placeholder" : "email",
37                                             "$ xns" : "Roo.bootstrap"
38                                         },
39                                         {
40                                             "xtype" : "Input",
41                                             "string placeholder" : "password",
42                                             "String inputType" : "password",
43                                             "$ xns" : "Roo.bootstrap"
44                                         },
45                                         {
46                                             "xtype" : "CheckBox",
47                                             "String boxLabel" : "Remember me",
48                                             "$ xns" : "Roo.bootstrap"
49                                         }
50                                     ]
51                                 },
52                                 {
53                                     "String cls" : "footer",
54                                     "xtype" : "Container",
55                                     "$ xns" : "Roo.bootstrap",
56                                     "items" : [
57                                         {
58                                             "String cls" : "btn-block",
59                                             "String weight" : "primary",
60                                             "xtype" : "Button",
61                                             "$ xns" : "Roo.bootstrap",
62                                             "String html" : "Sign me in"
63                                         },
64                                         {
65                                             "String href" : "#",
66                                             "xtype" : "Link",
67                                             "$ xns" : "Roo.bootstrap",
68                                             "String html" : "I forgot my password"
69                                         }
70                                     ]
71                                 }
72                             ]
73                         }
74                     ]
75                 }
76             ]
77         }
78     ]
79 }