From 2457b737b711bf14a77c709b3b949c8cee145195 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 15:56:07 +0800 Subject: [PATCH] examples/bootstrap/homepage.bjs examples/bootstrap/homepage.js --- examples/bootstrap/homepage.bjs | 1 + examples/bootstrap/homepage.js | 1 + 2 files changed, 2 insertions(+) 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 */, -- 2.39.2