TinyMCE:API/tinymce.Editor/controlManager
From Moxiecode Documentation Wiki
[edit]
Property: controlManager
[edit]
Summary
This property is an instance of the tinymce.ControlManager class.
[edit]
Examples
// Disables the bold button
tinyMCE.activeEditor.controlManager.setDisabled('bold', true);
