examples/bootstrap/homepage.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:56:07 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:56:07 +0000 (15:56 +0800)
examples/bootstrap/homepage.js

examples/bootstrap/homepage.bjs
examples/bootstrap/homepage.js

index f8751b9..4ece2a7 100644 (file)
@@ -90,6 +90,7 @@
          "string button_weight" : "primary",
          "String cls" : "btn",
          "xtype" : "NavItem",
+         "bool button_outline" : true,
          "$ xns" : "Roo.bootstrap",
          "String html" : "Sign in / Sign up"
         }
index 5492260..1186463 100644 (file)
@@ -105,6 +105,7 @@ homepage = new Roo.XComponent({
         },
         {
          xtype : 'NavItem',
+         button_outline : true,
          button_weight : 'primary',
          cls : 'btn',
          html : _this._strings['5ac2119f318eaad0c139c729c78eba5f'] /* Sign in / Sign up */,