From d173e26669ae763e1f3151e181dc31ac11fde29f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:06:22 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 10 +++++----- examples/bootstrap/dashboard4.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 7107221bfa..65e0837e83 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -8,9 +8,9 @@ "strings" : { "30bd2ce65d1e43e9c498b7d5d49f3b78" : "Dashboard Example Control panel ", "70ce2e7a27cab2a670ca954f8362e19f" : "tab 2 content", - "c4f5a294a273c3a1c97642a76f15c5c7" : "tab 1", - "9a7b64c98b066602b21f869ae7cd673a" : "test 1", - "58a00f6a3da23fc3821f24115493b750" : "tab 2" + "18327168fcb401af02b4615b43d637ad" : "Pick from list", + "58a00f6a3da23fc3821f24115493b750" : "tab 2", + "7fc56270e7a70fa81a5935b72eacbe29" : "A" }, "items" : [ { @@ -81,12 +81,12 @@ }, "xtype" : "TabBox", "$ xns" : "Roo.bootstrap.dash", - "String title" : "test 1", + "String title" : "Pick from list", "items" : [ { "xtype" : "TabPane", "$ xns" : "Roo.bootstrap.dash", - "string title" : "tab 1", + "string title" : "A", "items" : [ { "xtype" : "Column", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index a88d8d4f11..d10707839d 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -7,9 +7,9 @@ dashboard4 = new Roo.XComponent({ _strings : { '30bd2ce65d1e43e9c498b7d5d49f3b78' :"Dashboard Example Control panel ", '70ce2e7a27cab2a670ca954f8362e19f' :"tab 2 content", - 'c4f5a294a273c3a1c97642a76f15c5c7' :"tab 1", - '9a7b64c98b066602b21f869ae7cd673a' :"test 1", - '58a00f6a3da23fc3821f24115493b750' :"tab 2" + '18327168fcb401af02b4615b43d637ad' :"Pick from list", + '58a00f6a3da23fc3821f24115493b750' :"tab 2", + '7fc56270e7a70fa81a5935b72eacbe29' :"A" }, part : ["bootstrap", "dashboard4" ], @@ -96,7 +96,7 @@ dashboard4 = new Roo.XComponent({ items : [ { '|xns' : 'Roo.bootstrap.dash', - title : _this._strings['9a7b64c98b066602b21f869ae7cd673a'], + title : _this._strings['18327168fcb401af02b4615b43d637ad'], xns : Roo.bootstrap.dash, xtype : 'TabBox', listeners : { @@ -108,7 +108,7 @@ dashboard4 = new Roo.XComponent({ items : [ { '|xns' : 'Roo.bootstrap.dash', - title : _this._strings['c4f5a294a273c3a1c97642a76f15c5c7'], + title : _this._strings['7fc56270e7a70fa81a5935b72eacbe29'], xns : Roo.bootstrap.dash, xtype : 'TabPane', items : [ -- 2.39.2