这个选项可以控制是否允许水平调整编辑器大小。只有当 theme_advanced_statusbar_location 选项设为 "top" 或 "bottom" ,并且 theme_advanced_resizing 选项设为 true 时才有用。这个选项默认为true,允许水平和垂直调整编辑器大小。
theme_advanced_resize_horizontal 选项的使用示例:
tinyMCE.init({
...
theme_advanced_resize_horizontal : false
});