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

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

index 7f029e0..7a107ed 100644 (file)
@@ -6,6 +6,7 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
+  "7fa3b767c460b54a2be4d49030b349c7" : "no",
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
   "a6105c0a611b41b08f1209506350279e" : "yes",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
@@ -71,7 +72,8 @@
               {
                "xtype" : "RadioItem",
                "$ xns" : "Roo.bootstrap",
-               "string boxLabel" : "No"
+               "string boxLabel" : "No",
+               "string value" : "no"
               }
              ]
             }
index ed86955..1075f23 100644 (file)
@@ -5,6 +5,7 @@
 RadioSet = new Roo.XComponent({
 
  _strings : {
+  '7fa3b767c460b54a2be4d49030b349c7' :"no",
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
   'a6105c0a611b41b08f1209506350279e' :"yes",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
@@ -94,6 +95,7 @@ RadioSet = new Roo.XComponent({
               {
                xtype : 'RadioItem',
                boxLabel : 'No',
+               value : _this._strings['7fa3b767c460b54a2be4d49030b349c7'] /* no */,
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               }