From: Alan Knowles Date: Tue, 31 Mar 2015 09:06:50 +0000 (+0800) Subject: examples/bootstrap/dashboard4.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=73a9b90cd5b10fd373a22866a7f067648831c2bc examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 4b1eb1ca6a..5f0836929d 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -106,6 +106,18 @@ } ] }, + { + "xtype" : "TabPane", + "$ xns" : "Roo.bootstrap.dash", + "string title" : "B", + "items" : [ + { + "xtype" : "Column", + "$ xns" : "Roo.bootstrap", + "String html" : "tab 2 content" + } + ] + }, { "xtype" : "TabPane", "$ xns" : "Roo.bootstrap.dash", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index dd3cb3225e..1755c9dd72 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -149,6 +149,21 @@ dashboard4 = new Roo.XComponent({ } ] + }, + { + '|xns' : 'Roo.bootstrap.dash', + title : _this._strings['9d5ed678fe57bcca610140957afab571'], + xns : Roo.bootstrap.dash, + xtype : 'TabPane', + items : [ + { + '|xns' : 'Roo.bootstrap', + html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'], + xns : Roo.bootstrap, + xtype : 'Column' + } + ] + } ]