examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 05:28:43 +0000 (13:28 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 05:28:43 +0000 (13:28 +0800)
examples/bootstrap/RadioSet.js

examples/bootstrap/RadioSet.bjs
examples/bootstrap/RadioSet.js

index 3e810c6..d6f9000 100644 (file)
@@ -63,7 +63,7 @@
              "string fieldLabel" : "Radio Field Lable",
              "$ xns" : "Roo.bootstrap",
              "string indicatorpos" : "right",
-             "string name" : "post_name",
+             "string name" : "radio_name",
              "items" : [
               {
                "xtype" : "RadioItem",
              ]
             }
            ]
-          },
+          }
+         ]
+        },
+        {
+         "xtype" : "Row",
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
           {
            "xtype" : "Column",
            "Number xs" : 12,
index 8ad884d..e6aa5f4 100644 (file)
@@ -83,7 +83,7 @@ RadioSet = new Roo.XComponent({
              allowBlank : false,
              fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
              indicatorpos : 'right',
-             name : 'post_name',
+             name : 'radio_name',
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap',
              items  : [
@@ -104,7 +104,14 @@ RadioSet = new Roo.XComponent({
              ]
             }
            ]
-          },
+          }
+         ]
+        },
+        {
+         xtype : 'Row',
+         xns : Roo.bootstrap,
+         '|xns' : 'Roo.bootstrap',
+         items  : [
           {
            xtype : 'Column',
            xs : 12,