TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a giant message
This commit is contained in:
parent
ffc27a337f
commit
771928c6e9
|
@ -137,7 +137,7 @@ class TinyMCEPlugin extends Plugin
|
||||||
script_url : '{$path}',
|
script_url : '{$path}',
|
||||||
// General options
|
// General options
|
||||||
theme : "advanced",
|
theme : "advanced",
|
||||||
plugins : "fullscreen",
|
plugins : "paste,fullscreen,autoresize",
|
||||||
theme_advanced_buttons1 : "bold,italic,strikethrough,|,undo,redo,|,link,unlink,image,|,fullscreen",
|
theme_advanced_buttons1 : "bold,italic,strikethrough,|,undo,redo,|,link,unlink,image,|,fullscreen",
|
||||||
theme_advanced_buttons2 : "",
|
theme_advanced_buttons2 : "",
|
||||||
theme_advanced_buttons3 : "",
|
theme_advanced_buttons3 : "",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user