examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Tue, 21 Nov 2017 04:35:41 +0000 (12:35 +0800)
committeredward <edward@roojs.com>
Tue, 21 Nov 2017 04:35:41 +0000 (12:35 +0800)
examples/bootstrap/RadioSet.js

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

index ea39a23..d9543ab 100644 (file)
            "String style" : "margin-top: 15px;",
            "items" : [
             {
+             "Boolean allowBlank" : false,
              "String name" : "text_name",
              "xtype" : "Input",
              "string placeholder" : "Text",
            "xtype" : "Column",
            "Number xs" : 12,
            "$ xns" : "Roo.bootstrap",
-           "String style" : "margin-top: 15px;",
            "items" : [
             {
              "String name" : "text_name",
index 12135ea..97ccd4c 100644 (file)
@@ -169,6 +169,7 @@ RadioSet = new Roo.XComponent({
            items  : [
             {
              xtype : 'Input',
+             allowBlank : false,
              name : 'text_name',
              placeholder : _this._strings['9dffbf69ffba8bc38bc4e01abf4b1675'] /* Text */,
              xns : Roo.bootstrap,
@@ -185,7 +186,6 @@ RadioSet = new Roo.XComponent({
          items  : [
           {
            xtype : 'Column',
-           style : 'margin-top: 15px;',
            xs : 12,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap',