From: Brion Vibber Date: Wed, 11 Aug 2010 19:44:01 +0000 (-0700) Subject: TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=771928c6e99a2eec29504b678ab3969048ae3807;p=quix0rs-gnu-social.git TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a giant message --- diff --git a/plugins/TinyMCE/TinyMCEPlugin.php b/plugins/TinyMCE/TinyMCEPlugin.php index 90bb2b2def..92d31e51e6 100644 --- a/plugins/TinyMCE/TinyMCEPlugin.php +++ b/plugins/TinyMCE/TinyMCEPlugin.php @@ -137,7 +137,7 @@ class TinyMCEPlugin extends Plugin script_url : '{$path}', // General options theme : "advanced", - plugins : "fullscreen", + plugins : "paste,fullscreen,autoresize", theme_advanced_buttons1 : "bold,italic,strikethrough,|,undo,redo,|,link,unlink,image,|,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "",