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