controlManager

public controlManager : tinymce.ControlManager
Control manager instance for the editor. Will enables you to create new UI elements and change their states etc.

Examples

// Disables the bold button
tinyMCE.activeEditor.controlManager.setDisabled('bold', true);