From 5989ae67dfb99191ae64cd2d53c5b35ada236d7b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:08:41 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 1 + examples/bootstrap/dashboard4.js | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index a9386c2449..7c98764f5c 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -99,6 +99,7 @@ "items" : [ { "String size" : "sm", + "String weight" : "primary", "xtype" : "Button", "$ xns" : "Roo.bootstrap", "String html" : "Some text" diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 10e3b85b75..6ca6d89533 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -126,6 +126,7 @@ dashboard4 = new Roo.XComponent({ '|xns' : 'Roo.bootstrap', html : _this._strings['9db5682a4d778ca2cb79580bdb67083f'], size : 'sm', + weight : 'primary', xns : Roo.bootstrap, xtype : 'Button' } -- 2.39.2