From: Alan Knowles Date: Tue, 31 Mar 2015 09:08:11 +0000 (+0800) Subject: examples/bootstrap/dashboard4.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9257a8ea5177e4d0788ebaf39dc39609f922ad73 examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 7a871493ca..457850711c 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -94,7 +94,13 @@ "items" : [ { "xtype" : "Column", - "$ xns" : "Roo.bootstrap" + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "xtype" : "Button", + "$ xns" : "Roo.bootstrap" + } + ] } ] }, diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 6228d6e50b..cdfaa9bd66 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -119,7 +119,15 @@ dashboard4 = new Roo.XComponent({ { '|xns' : 'Roo.bootstrap', xns : Roo.bootstrap, - xtype : 'Column' + xtype : 'Column', + items : [ + { + '|xns' : 'Roo.bootstrap', + xns : Roo.bootstrap, + xtype : 'Button' + } + ] + } ]