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

theme_advanced_more_colors

This option enables you to disable the "more colors" link for the text and background color menus. This link is enabled by default.1

Example of usage of the theme_advanced_more_colors option

tinyMCE.init({
    ...
    theme_advanced_more_colors : false
});

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.