Important changes to Tiny Cloud pricing > Find out more
Return to Website

autoresize

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.

Initialization Example

tinyMCE.init({
  theme : "advanced",
  mode : "textareas",
  plugins : "autoresize"
});

Options

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.