TinyMCE:Configuration/removeformat selector
From Moxiecode Documentation Wiki
[edit]
Option: removeformat_selector
This option allows specification of which elements should be removed when you press the removeformat button. This is a CSS selector pattern.
[edit]
Example of usage of the removeformat_selector option:
tinyMCE.init({
...
removeformat_selector : 'b,strong,em,i,span,ins'
});
