examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Thu, 23 Nov 2017 08:34:29 +0000 (16:34 +0800)
committeredward <edward@roojs.com>
Thu, 23 Nov 2017 08:34:29 +0000 (16:34 +0800)
examples/bootstrap/RadioSet.js

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

index b2ba58a..f05f86f 100644 (file)
@@ -63,6 +63,7 @@
            "$ xns" : "Roo.bootstrap",
            "items" : [
             {
+             "String blankText" : "test",
              "bool allowBlank" : false,
              "xtype" : "RadioSet",
              "string fieldLabel" : "Radio Field Lable",
            "$ xns" : "Roo.bootstrap",
            "items" : [
             {
+             "Boolean allowBlank" : false,
              "String name" : "text_area",
              "xtype" : "TextArea",
              "$ xns" : "Roo.bootstrap"
index f3cf2f2..5c27317 100644 (file)
@@ -86,6 +86,7 @@ RadioSet = new Roo.XComponent({
             {
              xtype : 'RadioSet',
              allowBlank : false,
+             blankText : 'test',
              fieldLabel : _this._strings['8d80ce38760953b68529d7fc9d8d89b6'] /* Radio Field Lable */,
              indicatorpos : 'right',
              labelAlign : 'top',
@@ -217,6 +218,7 @@ RadioSet = new Roo.XComponent({
            items  : [
             {
              xtype : 'TextArea',
+             allowBlank : false,
              name : 'text_area',
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap'