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 indicatorpos" : "right",
66              "string name" : "radio_name",
67              "items" : [
68               {
69                "xtype" : "RadioItem",
70                "$ xns" : "Roo.bootstrap",
71                "string boxLabel" : "Yes",
72                "string value" : "yes"
73               },
74               {
75                "xtype" : "RadioItem",
76                "$ xns" : "Roo.bootstrap",
77                "string boxLabel" : "No",
78                "string value" : "no"
79               }
80              ]
81             }
82            ]
83           }
84          ]
85         },
86         {
87          "xtype" : "Row",
88          "$ xns" : "Roo.bootstrap",
89          "items" : [
90           {
91            "xtype" : "Column",
92            "Number xs" : 12,
93            "$ xns" : "Roo.bootstrap",
94            "items" : [
95             {
96              "String name" : "text_name",
97              "xtype" : "Input",
98              "$ xns" : "Roo.bootstrap"
99             }
100            ]
101           }
102          ]
103         }
104        ]
105       }
106      ]
107     }
108    ]
109   }
110  ]
111 }