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

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

index 4d5abd6..f5dcca2 100644 (file)
            "xtype" : "Column",
            "Number xs" : 12,
            "$ xns" : "Roo.bootstrap",
-           "String html" : "Radio Set Example",
            "items" : [
             {
              "xtype" : "Header",
-             "$ xns" : "Roo.bootstrap"
+             "Number level" : 1,
+             "$ xns" : "Roo.bootstrap",
+             "String html" : "Radio Set Example"
             }
            ]
           }
index cf05a46..dbf2c3b 100644 (file)
@@ -43,13 +43,14 @@ RadioSet = new Roo.XComponent({
          items  : [
           {
            xtype : 'Column',
-           html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
            xs : 12,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap',
            items  : [
             {
              xtype : 'Header',
+             html : _this._strings['b7dc22f0e17f4dfca2940eb0bd0cdc54'] /* Radio Set Example */,
+             level : 1,
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap'
             }