From: Alan Knowles Date: Wed, 5 Dec 2018 07:56:07 +0000 (+0800) Subject: examples/bootstrap/homepage.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2457b737b711bf14a77c709b3b949c8cee145195 examples/bootstrap/homepage.bjs examples/bootstrap/homepage.js --- diff --git a/examples/bootstrap/homepage.bjs b/examples/bootstrap/homepage.bjs index f8751b9483..4ece2a772e 100644 --- a/examples/bootstrap/homepage.bjs +++ b/examples/bootstrap/homepage.bjs @@ -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" } diff --git a/examples/bootstrap/homepage.js b/examples/bootstrap/homepage.js index 5492260656..1186463c8b 100644 --- a/examples/bootstrap/homepage.js +++ b/examples/bootstrap/homepage.js @@ -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 */,