The forum operates in read-only mode. Please head to StackOverflow for support.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
editor.execCommand( 'removeFormat', editor.getSelection() );
editor.execCommand( 'removeFormat', editor.selection );
Re: RemoveFormat don't remove IMG ?
config.removeFormatTags
http://docs.cksource.com/CKEditor_3.x/D ... igurations
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: RemoveFormat don't remove IMG ?
Now, I will wish to call the method "removeFormat" action from Javascript.