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

theme_advanced_layout_manager

This option enables you to switch button and panel layout functionality.

There are three different layout manager options:

  • SimpleLayout is the default layout manager,
  • RowLayout is a more advanced layout manager, and
  • CustomLayout executes a custom layout manager function.

Each of these layout managers have different options and can be configured in different ways. This option is only available if the "advanced" theme is used.

Example of usage of the theme_advanced_layout_manager option:

tinyMCE.init({
    ...
    theme_advanced_layout_manager : "RowLayout"
});

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.