]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a...
authorBrion Vibber <brion@pobox.com>
Wed, 11 Aug 2010 19:44:01 +0000 (12:44 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 11 Aug 2010 19:44:01 +0000 (12:44 -0700)
plugins/TinyMCE/TinyMCEPlugin.php

index 90bb2b2def7207c5fab84174c6c9ff9dd9768d2e..92d31e51e6ce03432e3aa9ba25b209149c04b26f 100644 (file)
@@ -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 : "",