From 1ccd0b6e0d3c836de125d4923fd5d4dec8b3847d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:07:02 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 25 +++++++++++++++++++++++++ examples/bootstrap/dashboard4.js | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 5f0836929d..0e53625145 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -7,6 +7,7 @@ "modOrder" : "001", "strings" : { "9d5ed678fe57bcca610140957afab571" : "B", + "f623e75af30e62bbd73d6df5b50bb7b5" : "D", "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard Example Control panel ", "70ce2e7a27cab2a670ca954f8362e19f" : "tab 2 content", "18327168fcb401af02b4615b43d637ad" : "Pick from list", @@ -118,6 +119,30 @@ } ] }, + { + "xtype" : "TabPane", + "$ xns" : "Roo.bootstrap.dash", + "string title" : "D", + "items" : [ + { + "xtype" : "Column", + "$ xns" : "Roo.bootstrap", + "String html" : "tab 2 content" + } + ] + }, + { + "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 1755c9dd72..7c6bbb096c 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -6,6 +6,7 @@ dashboard4 = new Roo.XComponent({ _strings : { '9d5ed678fe57bcca610140957afab571' :"B", + 'f623e75af30e62bbd73d6df5b50bb7b5' :"D", '30bd2ce65d1e43e9c498b7d5d49f3b78' :"Dashboard Example Control panel ", '70ce2e7a27cab2a670ca954f8362e19f' :"tab 2 content", '18327168fcb401af02b4615b43d637ad' :"Pick from list", @@ -149,6 +150,36 @@ dashboard4 = new Roo.XComponent({ } ] + }, + { + '|xns' : 'Roo.bootstrap.dash', + title : _this._strings['f623e75af30e62bbd73d6df5b50bb7b5'], + xns : Roo.bootstrap.dash, + xtype : 'TabPane', + items : [ + { + '|xns' : 'Roo.bootstrap', + html : _this._strings['70ce2e7a27cab2a670ca954f8362e19f'], + xns : Roo.bootstrap, + xtype : 'Column' + } + ] + + }, + { + '|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' + } + ] + }, { '|xns' : 'Roo.bootstrap.dash', -- 2.39.2