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

theme_advanced_containers

This option should contain a comma separated list of container names. Each container contains a specified list of tool bar controls (buttons, separators, selection lists). The controls for each container are specified in settings named "theme_advanced_container_". This option can only be used when theme is set to "advanced" and when theme_advanced_layout_manager is set to the value "RowLayout".

Example of usage of the theme_advanced_containers option:

tinyMCE.init({
    ...
    theme_advanced_containers : "mycontainer1,mycontainer2"
});

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.