theme_advanced_resizing_max_width

(Requires: 3.0)

This option enables you to specify a maximum width for the editor.

Example of usage of the theme_advanced_resizing_max_width option:

tinyMCE.init({
...
theme_advanced_resizing_max_width : 320
});