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   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
10   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
11  },
12  "items" : [
13   {
14    "String cls" : "bg-black",
15    "xtype" : "Body",
16    "$ xns" : "Roo.bootstrap",
17    "String style" : "min-height: 100%;",
18    "items" : [
19     {
20      "xtype" : "Container",
21      "$ xns" : "Roo.bootstrap",
22      "items" : [
23       {
24        "xtype" : "Form",
25        "$ xns" : "Roo.bootstrap",
26        "items" : [
27         {
28          "xtype" : "Row",
29          "$ xns" : "Roo.bootstrap",
30          "items" : [
31           {
32            "xtype" : "Column",
33            "Number xs" : 12,
34            "$ xns" : "Roo.bootstrap",
35            "items" : [
36             {
37              "xtype" : "Header",
38              "Number level" : 1,
39              "$ xns" : "Roo.bootstrap",
40              "String html" : "Radio Set Example"
41             }
42            ]
43           }
44          ]
45         },
46         {
47          "xtype" : "Row",
48          "$ xns" : "Roo.bootstrap",
49          "items" : [
50           {
51            "xtype" : "Column",
52            "Number xs" : 12,
53            "$ xns" : "Roo.bootstrap",
54            "items" : [
55             {
56              "xtype" : "RadioSet",
57              "string fieldLabel" : "Radio Field Lable",
58              "$ xns" : "Roo.bootstrap",
59              "string name" : "",
60              "items" : [
61               {
62                "xtype" : "RadioItem",
63                "$ xns" : "Roo.bootstrap",
64                "string boxLabel" : "Yes"
65               },
66               {
67                "xtype" : "RadioItem",
68                "$ xns" : "Roo.bootstrap",
69                "string boxLabel" : "No"
70               }
71              ]
72             }
73            ]
74           }
75          ]
76         }
77        ]
78       }
79      ]
80     }
81    ]
82   }
83  ]
84 }