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

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

index 9241a8e..b810290 100644 (file)
@@ -6,8 +6,8 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
-  "d41d8cd98f00b204e9800998ecf8427e" : "",
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
+  "93cba07454f06a4a960172bbd6e2a435" : "Yes",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
  },
  "items" : [
@@ -60,7 +60,7 @@
              "items" : [
               {
                "xtype" : "RadioItem",
-               "string html" : "",
+               "string html" : "Yes",
                "$ xns" : "Roo.bootstrap"
               },
               {
index 32f8e3b..b3103e8 100644 (file)
@@ -5,8 +5,8 @@
 RadioSet = new Roo.XComponent({
 
  _strings : {
-  'd41d8cd98f00b204e9800998ecf8427e' :"",
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
+  '93cba07454f06a4a960172bbd6e2a435' :"Yes",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
  },
 
@@ -79,7 +79,7 @@ RadioSet = new Roo.XComponent({
              items  : [
               {
                xtype : 'RadioItem',
-               html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
+               html : _this._strings['93cba07454f06a4a960172bbd6e2a435'] /* Yes */,
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               },