Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This is a plugin which automatically resizes the editor to the content inside it.
To activate this plugin, just add "autoresize" to TinyMCE plugin option list.
tinymce.init({
plugins: "autoresize"
});
| Name | Summary |
|---|---|
| autoresize_min_height | Min height value of the editor when it auto resizes. |
| autoresize_max_height | Max height value of the editor when it auto resizes. |