选项:theme_advanced_statusbar_location

这个选项指定包含路径以及调整大小按钮的状态条的位置。选项值可以是 "top", "bottom" 或者 "none"默认为:"none"只有当 theme 设为 advanced 并且 theme_advanced_layout_manager 选项是默认值 "SimpleLayout"时才有用。

theme_advanced_statusbar_location 选项的使用示例:

tinyMCE.init({
	...
	theme_advanced_statusbar_location : "bottom"
});