这个选项用来指定工具条的位置。值可以是 "top" 或者 "bottom"。默认值为: "bottom"。只有当 theme 选项为 advanced 并且 theme_advanced_layout_manager 为默认值 "SimpleLayout"时才有用。
还可以指定外部位置,这个选项将工具条放到 DIV元素中,并把 DIV 的 class 设为 "mceToolbarExternal"。这让你可以自由指定工具条位置。
theme_advanced_toolbar_location 选项的使用示例:
tinyMCE.init({
...
theme_advanced_toolbar_location : "top"
});