TinyMCE:Configuration/removeformat selector

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the removeformat_selector option:

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