From 021c8d4d6ceb0888be3ed368872475510748412d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:38:25 +0000 Subject: [PATCH] ENHANCEMENT Initialize the east layout panel in CMSMain.js as hidden, so users can't toggle it without going through tinyMCE buttons git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92653 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/CMSMain.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascript/CMSMain.js b/javascript/CMSMain.js index f2f7f4a3..df4578c3 100644 --- a/javascript/CMSMain.js +++ b/javascript/CMSMain.js @@ -96,6 +96,9 @@ var ss_MainLayout; }, east: { initClosed: true, + // multiple panels which are triggered through tinymce buttons, + // so a user shouldn't be able to toggle this panel manually + initHidden: true, fxName: "none", size: 250 },