Paste as plain text, remove formatting tinyMCE in silverstripe



notes for Paste as plain text, remove formatting tinyMCE in silverstripe:

myconfig:

HtmlEditorConfig::get('cms')->setOption('paste_text_sticky','true'); HtmlEditorConfig::get('cms')->setOption('paste_text_sticky_default','true'); // add a button to remove formatting HtmlEditorConfig::get('cms')->insertButtonsBefore( 'styleselect', 'removeformat' ); // tel the button which tags it may remove HtmlEditorConfig::get('cms')->setOption( 'removeformat_selector', 'b,strong,em,i,span,ul,li,ins' );



Tags:
Published: December, 2014