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

height

This option gives you the ability to specify the height of the editor in pixels or percent. This height can be very useful to specify if the editor is used in hidden tabs or if the editor area should be bigger than the replaced element. The default value of this option is set to the height of the HTML element TinyMCE replaces. For example, the pixel height of a textarea.

Example of usage of the height option:

tinyMCE.init({
    ...
    height : "480"
});

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.