examples/bootstrap/RadioSet.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Aug 2020 06:42:35 +0000 (14:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Aug 2020 06:42:35 +0000 (14:42 +0800)
examples/bootstrap/RadioSet.js

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

index a5da442..e45c070 100644 (file)
@@ -17,7 +17,7 @@
   "a6105c0a611b41b08f1209506350279e" : "yes",
   "ad3d06d03d94223fa652babc913de686" : "Validate",
   "b7dc22f0e17f4dfca2940eb0bd0cdc54" : "Radio Set Example",
-  "b09c9236a266cc99b2e790564b81cc70" : "This is a checkbox"
+  "d41d8cd98f00b204e9800998ecf8427e" : " "
  },
  "named_strings" : {
   "text_name_fieldLabel" : "015ae6f41d4b86ad13ac0fde840d2280",
@@ -25,7 +25,7 @@
   "text_name_placeholder" : "9dffbf69ffba8bc38bc4e01abf4b1675",
   "email_name_placeholder" : "ce8ae9da5b7cd6c3df2929543a9af92d",
   "top_radio_fieldLabel" : "8d80ce38760953b68529d7fc9d8d89b6",
-  "test1_boxLabel" : "b09c9236a266cc99b2e790564b81cc70"
+  "test1_boxLabel" : "d41d8cd98f00b204e9800998ecf8427e"
  },
  "items" : [
   {
             {
              "String name" : "test1",
              "xtype" : "CheckBox",
-             "String boxLabel" : "This is a checkbox",
+             "String boxLabel" : " ",
              "$ xns" : "Roo.bootstrap"
             }
            ]
index e690f52..47c410b 100644 (file)
@@ -16,7 +16,7 @@ RadioSet = new Roo.XComponent({
   'a6105c0a611b41b08f1209506350279e' :"yes",
   'ad3d06d03d94223fa652babc913de686' :"Validate",
   'b7dc22f0e17f4dfca2940eb0bd0cdc54' :"Radio Set Example",
-  'b09c9236a266cc99b2e790564b81cc70' :"This is a checkbox"
+  'd41d8cd98f00b204e9800998ecf8427e' :" "
  },
  _named_strings : {
   'text_name_fieldLabel' : '015ae6f41d4b86ad13ac0fde840d2280' /* Text Input */ ,
@@ -24,7 +24,7 @@ RadioSet = new Roo.XComponent({
   'text_name_placeholder' : '9dffbf69ffba8bc38bc4e01abf4b1675' /* Text */ ,
   'email_name_placeholder' : 'ce8ae9da5b7cd6c3df2929543a9af92d' /* Email */ ,
   'top_radio_fieldLabel' : '8d80ce38760953b68529d7fc9d8d89b6' /* Radio Field Lable */ ,
-  'test1_boxLabel' : 'b09c9236a266cc99b2e790564b81cc70' /* This is a checkbox */ 
+  'test1_boxLabel' : 'd41d8cd98f00b204e9800998ecf8427e' /*   */ 
  },
 
   part     :  ["bootstrap", "RadioSet" ],
@@ -252,7 +252,7 @@ RadioSet = new Roo.XComponent({
            items  : [
             {
              xtype : 'CheckBox',
-             boxLabel : _this._strings['b09c9236a266cc99b2e790564b81cc70'] /* This is a checkbox */,
+             boxLabel : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*   */,
              name : 'test1',
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap'