diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-13 00:55:14 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-13 00:55:14 +0000 | 
| commit | d5a957f871c9d0f82732d77b2ca425ed37a57ecc (patch) | |
| tree | f521b0b4c8388ed7723652cb4f3c1835d2284b21 /mod/tinymce/views/default/js/tinymce.php | |
| parent | 3a70e2065861b142a298889578811aa22e9f797f (diff) | |
| download | elgg-d5a957f871c9d0f82732d77b2ca425ed37a57ecc.tar.gz elgg-d5a957f871c9d0f82732d77b2ca425ed37a57ecc.tar.bz2 | |
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
Diffstat (limited to 'mod/tinymce/views/default/js/tinymce.php')
| -rw-r--r-- | mod/tinymce/views/default/js/tinymce.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
