From: Alan Knowles Date: Tue, 31 Mar 2015 09:08:56 +0000 (+0800) Subject: examples/bootstrap/dashboard4.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=99518968816d3edfc4611d3283022d579ced8207 examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index b27020f61c..1ccc0604c0 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -97,6 +97,13 @@ "xtype" : "Column", "$ xns" : "Roo.bootstrap", "items" : [ + { + "String size" : "sm", + "String weight" : "warning", + "xtype" : "Button", + "$ xns" : "Roo.bootstrap", + "String html" : "Some text" + }, { "String size" : "sm", "String weight" : "warning", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 65bc0319d5..ca786f17e6 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -122,6 +122,14 @@ dashboard4 = new Roo.XComponent({ xns : Roo.bootstrap, xtype : 'Column', items : [ + { + '|xns' : 'Roo.bootstrap', + html : _this._strings['9db5682a4d778ca2cb79580bdb67083f'], + size : 'sm', + weight : 'warning', + xns : Roo.bootstrap, + xtype : 'Button' + }, { '|xns' : 'Roo.bootstrap', html : _this._strings['9db5682a4d778ca2cb79580bdb67083f'],