From 9ce4b53c2e25f88cf26f7cfd7eb05bf4956cba2e Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 13 Mar 2012 09:50:32 +0000 Subject: [PATCH] [-] BO : #PSFV-659 - TinyMCE editor are now resizable --- js/tinymce.inc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tinymce.inc.js b/js/tinymce.inc.js index f9781f337..36877452a 100644 --- a/js/tinymce.inc.js +++ b/js/tinymce.inc.js @@ -18,7 +18,7 @@ function tinySetup(config) theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", - theme_advanced_resizing : false, + theme_advanced_resizing : true, content_css : pathCSS+"global.css", document_base_url : ad, width: "600",