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   "7fa3b767c460b54a2be4d49030b349c7" : "no",
10   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
11   "a6105c0a611b41b08f1209506350279e" : "yes",
12   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
13  },
14  "items" : [
15   {
16    "String cls" : "bg-black",
17    "xtype" : "Body",
18    "$ xns" : "Roo.bootstrap",
19    "String style" : "min-height: 100%;",
20    "items" : [
21     {
22      "xtype" : "Container",
23      "$ xns" : "Roo.bootstrap",
24      "items" : [
25       {
26        "listeners" : {
27         "render" : "function (_self)\n{\n    _this.form = this;\n}"
28        },
29        "xtype" : "Form",
30        "$ xns" : "Roo.bootstrap",
31        "items" : [
32         {
33          "xtype" : "Row",
34          "$ xns" : "Roo.bootstrap",
35          "items" : [
36           {
37            "xtype" : "Column",
38            "Number xs" : 12,
39            "$ xns" : "Roo.bootstrap",
40            "items" : [
41             {
42              "xtype" : "Header",
43              "Number level" : 1,
44              "$ xns" : "Roo.bootstrap",
45              "String html" : "Radio Set Example"
46             }
47            ]
48           }
49          ]
50         },
51         {
52          "xtype" : "Row",
53          "$ xns" : "Roo.bootstrap",
54          "items" : [
55           {
56            "xtype" : "Column",
57            "Number xs" : 12,
58            "$ xns" : "Roo.bootstrap",
59            "items" : [
60             {
61              "bool allowblank" : false,
62              "xtype" : "RadioSet",
63              "string fieldLabel" : "Radio Field Lable",
64              "$ xns" : "Roo.bootstrap",
65              "string name" : "post_name",
66              "items" : [
67               {
68                "xtype" : "RadioItem",
69                "$ xns" : "Roo.bootstrap",
70                "string boxLabel" : "Yes",
71                "string value" : "yes"
72               },
73               {
74                "xtype" : "RadioItem",
75                "$ xns" : "Roo.bootstrap",
76                "string boxLabel" : "No",
77                "string value" : "no"
78               }
79              ]
80             }
81            ]
82           }
83          ]
84         }
85        ]
86       }
87      ]
88     }
89    ]
90   }
91  ]
92 }