examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 04:35:07 +0000 (12:35 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 04:35:07 +0000 (12:35 +0800)
examples/bootstrap/RadioSet.js

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

index ec19661..7f029e0 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "001",
  "strings" : {
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
+  "a6105c0a611b41b08f1209506350279e" : "yes",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
  },
  "items" : [
@@ -64,7 +65,8 @@
               {
                "xtype" : "RadioItem",
                "$ xns" : "Roo.bootstrap",
-               "string boxLabel" : "Yes"
+               "string boxLabel" : "Yes",
+               "string value" : "yes"
               },
               {
                "xtype" : "RadioItem",
index 3895f0a..ed86955 100644 (file)
@@ -6,6 +6,7 @@ RadioSet = new Roo.XComponent({
 
  _strings : {
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
+  'a6105c0a611b41b08f1209506350279e' :"yes",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
  },
 
@@ -86,6 +87,7 @@ RadioSet = new Roo.XComponent({
               {
                xtype : 'RadioItem',
                boxLabel : 'Yes',
+               value : _this._strings['a6105c0a611b41b08f1209506350279e'] /* yes */,
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               },