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

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

index ffc194b..d3be38c 100644 (file)
@@ -7,7 +7,6 @@
  "modOrder" : "001",
  "strings" : {
   "8d80ce38760953b68529d7fc9d8d89b6" : "Radio Field Lable",
-  "93cba07454f06a4a960172bbd6e2a435" : "Yes",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example"
  },
  "items" : [
              "xtype" : "RadioSet",
              "string fieldLabel" : "Radio Field Lable",
              "$ xns" : "Roo.bootstrap",
+             "string name" : "",
              "items" : [
               {
                "xtype" : "RadioItem",
-               "string html" : "Yes",
-               "$ xns" : "Roo.bootstrap"
+               "$ xns" : "Roo.bootstrap",
+               "string boxLabel" : "Yes"
               },
               {
                "xtype" : "RadioItem",
index 30ff5f4..a84e394 100644 (file)
@@ -6,7 +6,6 @@ RadioSet = new Roo.XComponent({
 
  _strings : {
   '8d80ce38760953b68529d7fc9d8d89b6' :"Radio Field Lable",
-  '93cba07454f06a4a960172bbd6e2a435' :"Yes",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example"
  },
 
@@ -74,12 +73,13 @@ RadioSet = new Roo.XComponent({
             {
              xtype : 'RadioSet',
              fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
+             name : '',
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap',
              items  : [
               {
                xtype : 'RadioItem',
-               html : _this._strings['93cba07454f06a4a960172bbd6e2a435'] /* Yes */,
+               boxLabel : 'Yes',
                xns : Roo.bootstrap,
                '|xns' : 'Roo.bootstrap'
               },