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