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

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

index 6e984ac..9241a8e 100644 (file)
@@ -6,6 +6,8 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
+  "d41d8cd98f00b204e9800998ecf8427e" : "",
+  "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
  },
  "items" : [
            "items" : [
             {
              "xtype" : "RadioSet",
+             "string fieldLabel" : "Radio Field Lable",
              "$ xns" : "Roo.bootstrap",
-             "string fieldLable" : "Radio Field Lable",
              "items" : [
               {
                "xtype" : "RadioItem",
-               "$ xns" : "Roo.bootstrap"
-              },
-              {
-               "xtype" : "RadioItem",
+               "string html" : "",
                "$ xns" : "Roo.bootstrap"
               },
               {
index 962ae15..32f8e3b 100644 (file)
@@ -5,6 +5,8 @@
 RadioSet = new Roo.XComponent({
 
  _strings : {
+  'd41d8cd98f00b204e9800998ecf8427e' :"",
+  '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
  },
 
@@ -71,17 +73,13 @@ RadioSet = new Roo.XComponent({
            items  : [
             {
              xtype : 'RadioSet',
-             fieldLable : 'Radio Field Lable',
+             fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap',
              items  : [
               {
                xtype : 'RadioItem',
-               xns : Roo.bootstrap,
-               '|xns' : 'Roo.bootstrap'
-              },
-              {
-               xtype : 'RadioItem',
+               html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               },