TinyMCE:Configuration/theme advanced layout manager
From Moxiecode Documentation Wiki
[edit]
Option: 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.
[edit]
Example of usage of the theme_advanced_layout_manager option:
tinyMCE.init({
...
theme_advanced_layout_manager : "RowLayout"
});
