Important changes to Tiny Cloud pricing > Find out more
Return to Website

theme_advanced_toolbar_location

This option enables you to specify where the toolbar should be located. This option can be set to "top" (the default) or "bottom" or "external". This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout".

Choosing the "external" location adds the toolbar to a DIV element and sets the class of this DIV to "mceExternalToolbar". This enables you to freely specify the location of the toolbar.

Example of usage of the theme_advanced_toolbar_location option:

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.