examples/bootstrap/RadioSet.bjs
[roojs1] / examples / bootstrap / RadioSet.bjs
1 {
2  "name" : "RadioSet",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/roojs1/examples/bootstrap/RadioSet.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "0c83f57c786a0b4a39efab23731c7ebc" : "email",
10   "3c0445c81a81e7508168c61674497f7d" : "Sign me in",
11   "b05d72142020283dc6812fd3a9bc691c" : "I forgot my password",
12   "b6d4223e60986fa4c9af77ee5f7149c5" : "Sign in",
13   "5f4dcc3b5aa765d61d8327deb882cf99" : "password",
14   "11268c03b59cc646b0fb7c4cb592130b" : "Register a new menbership"
15  },
16  "items" : [
17   {
18    "String cls" : "bg-black",
19    "xtype" : "Body",
20    "$ xns" : "Roo.bootstrap",
21    "String style" : "min-height: 100%;",
22    "items" : [
23     {
24      "String cls" : "form-box",
25      "xtype" : "Container",
26      "$ xns" : "Roo.bootstrap",
27      "items" : [
28       {
29        "String cls" : "header",
30        "xtype" : "Container",
31        "$ xns" : "Roo.bootstrap",
32        "String html" : "Sign in"
33       },
34       {
35        "xtype" : "Form",
36        "$ xns" : "Roo.bootstrap",
37        "items" : [
38         {
39          "String cls" : "body bg-gray",
40          "xtype" : "Container",
41          "$ xns" : "Roo.bootstrap",
42          "items" : [
43           {
44            "xtype" : "Input",
45            "string placeholder" : "email",
46            "$ xns" : "Roo.bootstrap"
47           },
48           {
49            "xtype" : "Input",
50            "string placeholder" : "password",
51            "String inputType" : "password",
52            "$ xns" : "Roo.bootstrap"
53           },
54           {
55            "xtype" : "CheckBox",
56            "String boxLabel" : "Remember me",
57            "$ xns" : "Roo.bootstrap"
58           }
59          ]
60         }
61        ]
62       },
63       {
64        "String cls" : "footer",
65        "xtype" : "Container",
66        "$ xns" : "Roo.bootstrap",
67        "items" : [
68         {
69          "String cls" : "btn-block",
70          "String weight" : "primary",
71          "xtype" : "Button",
72          "$ xns" : "Roo.bootstrap",
73          "String html" : "Sign me in"
74         },
75         {
76          "String tag" : "p",
77          "xtype" : "Container",
78          "$ xns" : "Roo.bootstrap",
79          "items" : [
80           {
81            "String href" : "#",
82            "xtype" : "Link",
83            "$ xns" : "Roo.bootstrap",
84            "String html" : "I forgot my password"
85           }
86          ]
87         },
88         {
89          "String tag" : "p",
90          "xtype" : "Container",
91          "$ xns" : "Roo.bootstrap",
92          "items" : [
93           {
94            "String cls" : "text-center",
95            "String href" : "#",
96            "xtype" : "Link",
97            "$ xns" : "Roo.bootstrap",
98            "String html" : "Register a new menbership"
99           }
100          ]
101         }
102        ]
103       }
104      ]
105     }
106    ]
107   }
108  ]
109 }