From 9257a8ea5177e4d0788ebaf39dc39609f922ad73 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:08:11 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 8 +++++++- examples/bootstrap/dashboard4.js | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) 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' + } + ] + } ] -- 2.39.2