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