If you mean that you want those buttons to go away when they're not active, then I don't know. But if you want them to always go away, then you can look at ckeditor.php, the function setToolbar builds the $this->config['toolbar'] array that configures the buttons. If you create a plugin using hook editor_construct (which is right after setToolbar is called), you can change that array.
|