The forum operates in read-only mode. Please head to StackOverflow for support.
editor.execCommand( 'removeFormat', editor.selection );
editor.focus(); editor.document.$.execCommand( 'SelectAll', false, null ); editor.execCommand( 'removeFormat', editor.getSelection().getNative() );
Re: How to select the content of CKEditor ?