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        "listeners" : {
25         "render" : "function (_self)\n{\n    _this.form = this;\n}"
26        },
27        "xtype" : "Form",
28        "$ xns" : "Roo.bootstrap",
29        "items" : [
30         {
31          "xtype" : "Row",
32          "$ xns" : "Roo.bootstrap",
33          "items" : [
34           {
35            "xtype" : "Column",
36            "Number xs" : 12,
37            "$ xns" : "Roo.bootstrap",
38            "items" : [
39             {
40              "xtype" : "Header",
41              "Number level" : 1,
42              "$ xns" : "Roo.bootstrap",
43              "String html" : "Radio Set Example"
44             }
45            ]
46           }
47          ]
48         },
49         {
50          "xtype" : "Row",
51          "$ xns" : "Roo.bootstrap",
52          "items" : [
53           {
54            "xtype" : "Column",
55            "Number xs" : 12,
56            "$ xns" : "Roo.bootstrap",
57            "items" : [
58             {
59              "xtype" : "RadioSet",
60              "string fieldLabel" : "Radio Field Lable",
61              "$ xns" : "Roo.bootstrap",
62              "string name" : "post_name",
63              "items" : [
64               {
65                "xtype" : "RadioItem",
66                "$ xns" : "Roo.bootstrap",
67                "string boxLabel" : "Yes"
68               },
69               {
70                "xtype" : "RadioItem",
71                "$ xns" : "Roo.bootstrap",
72                "string boxLabel" : "No"
73               }
74              ]
75             }
76            ]
77           }
78          ]
79         }
80        ]
81       }
82      ]
83     }
84    ]
85   }
86  ]
87 }