Important changes to Tiny Cloud pricing > Find out more
Return to Website

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.