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            "items" : [
35             {
36              "xtype" : "Header",
37              "Number level" : 1,
38              "$ xns" : "Roo.bootstrap",
39              "String html" : "Radio Set Example"
40             }
41            ]
42           }
43          ]
44         },
45         {
46          "xtype" : "Row",
47          "$ xns" : "Roo.bootstrap",
48          "items" : [
49           {
50            "xtype" : "Column",
51            "Number xs" : 12,
52            "$ xns" : "Roo.bootstrap",
53            "items" : [
54             {
55              "xtype" : "RadioSet",
56              "$ xns" : "Roo.bootstrap",
57              "string fieldLable" : "Radio Field Lable",
58              "items" : [
59               {
60                "xtype" : "RadioItem",
61                "$ xns" : "Roo.bootstrap"
62               },
63               {
64                "xtype" : "RadioItem",
65                "$ xns" : "Roo.bootstrap"
66               },
67               {
68                "xtype" : "RadioItem",
69                "$ xns" : "Roo.bootstrap"
70               }
71              ]
72             }
73            ]
74           }
75          ]
76         }
77        ]
78       }
79      ]
80     }
81    ]
82   }
83  ]
84 }