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           }
36          ]
37         },
38         {
39          "xtype" : "Row",
40          "$ xns" : "Roo.bootstrap",
41          "items" : [
42           {
43            "xtype" : "Column",
44            "Number xs" : 12,
45            "$ xns" : "Roo.bootstrap",
46            "items" : [
47             {
48              "xtype" : "RadioSet",
49              "$ xns" : "Roo.bootstrap",
50              "items" : [
51               {
52                "xtype" : "RadioItem",
53                "$ xns" : "Roo.bootstrap"
54               },
55               {
56                "xtype" : "RadioItem",
57                "$ xns" : "Roo.bootstrap"
58               },
59               {
60                "xtype" : "RadioItem",
61                "$ xns" : "Roo.bootstrap"
62               }
63              ]
64             }
65            ]
66           }
67          ]
68         }
69        ]
70       }
71      ]
72     }
73    ]
74   }
75  ]
76 }