Option: theme_advanced_disable

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"
});