From f7f1d9884f1ea591b993dccb5ac9f62a982a7a09 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:06:41 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 12 ++++++++++++ examples/bootstrap/dashboard4.js | 15 +++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index fea5125592..4b1eb1ca6a 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -94,6 +94,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 99bdd01b69..dd3cb3225e 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -134,6 +134,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' + } + ] + } ] -- 2.39.2