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

theme_advanced_disable

This option should contain a comma separated list of controls to disable from any toolbar row/panel in TinyMCE.

A complete reference of all built in buttons and controls can be found in the button/control reference reference page.

Example of usage of the theme_advanced_disable option:

tinyMCE.init({
  theme_advanced_disable : "bold,italic"
});

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.