theme_advanced_resizing_min_height

(Requires: 3.0)

This option enables you to specify a minimum height for the editor.

Example of usage of the theme_advanced_resizing_min_height option:

tinyMCE.init({
...
theme_advanced_resizing_min_height : 240
});