From d5a957f871c9d0f82732d77b2ca425ed37a57ecc Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 13 Jun 2011 00:55:14 +0000 Subject: Fixes #3175 toggled tinymce takes full width now - thanks tomv git-svn-id: http://code.elgg.org/elgg/trunk@9199 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/views/default/js/tinymce.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/tinymce') diff --git a/mod/tinymce/views/default/js/tinymce.php b/mod/tinymce/views/default/js/tinymce.php index 9809aa841..092983d1d 100644 --- a/mod/tinymce/views/default/js/tinymce.php +++ b/mod/tinymce/views/default/js/tinymce.php @@ -50,6 +50,7 @@ elgg.tinymce.init = function() { theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, theme_advanced_path : true, + width : "100%", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", setup : function(ed) { //show the number of words -- cgit v1.2.3