这个选项可以让你打开或者关闭调整大小按钮。只有当 theme_advanced_statusbar_location 选项置为 "top" 或者 "bottom"时才有用。默认为 false。
theme_advanced_resizing 选项的使用示例:
tinyMCE.init({
...
theme_advanced_resizing : true
});
这个选项可以让你打开或者关闭调整大小按钮。只有当 theme_advanced_statusbar_location 选项置为 "top" 或者 "bottom"时才有用。默认为 false。
tinyMCE.init({
...
theme_advanced_resizing : true
});