Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
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.
tinyMCE.init({
...
removeformat_selector : 'b,strong,em,i,span,ins'
});
You can now use the formats option instead.
Search documentation.