TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a giant message

This commit is contained in:
Brion Vibber 2010-08-11 12:44:01 -07:00
parent ffc27a337f
commit 771928c6e9

View 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 : "",