removeformat_selector

Removed in 3.3

This option allows specification of which elements should be removed when you press the removeformat button. This is a CSS selector pattern.

Example of usage of the removeformat_selector option:

tinyMCE.init({
...
removeformat_selector : 'b,strong,em,i,span,ins'
});

You can now use the formats option instead.