examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Thu, 23 Nov 2017 06:42:18 +0000 (14:42 +0800)
committeredward <edward@roojs.com>
Thu, 23 Nov 2017 06:42:18 +0000 (14:42 +0800)
examples/bootstrap/RadioSet.js

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

index 8cfddfa..129b222 100644 (file)
              "String name" : "text_name",
              "xtype" : "Input",
              "string placeholder" : "Text",
-             "$ xns" : "Roo.bootstrap"
+             "$ xns" : "Roo.bootstrap",
+             "Number labelWidth" : 6
             }
            ]
           }
index 2dca626..624fac7 100644 (file)
@@ -171,6 +171,7 @@ RadioSet = new Roo.XComponent({
             {
              xtype : 'Input',
              allowBlank : false,
+             labelWidth : 6,
              name : 'text_name',
              placeholder : _this._strings['9dffbf69ffba8bc38bc4e01abf4b1675'] /* Text */,
              xns : Roo.bootstrap,