This option should contain a comma separated list of controls to disable from any toolbar row/panel in TinyMCE.
Example of usage of the theme_advanced_disable option:
tinyMCE.init({ ... theme_advanced_disable : "bold,italic" });
This option should contain a comma separated list of controls to disable from any toolbar row/panel in TinyMCE.
tinyMCE.init({ ... theme_advanced_disable : "bold,italic" });