CKEDITOR.editorConfig = function( config ) { config.specialChars = config.specialChars.concat( [['←', 'Left Arrow Bar'], [ '↑', 'Upper Arrow Bar' ], [ '↓', 'Down Arrow Bar' ] ,['⇐','Left double Arrow' ],['⇑','Up double Arrow' ] ,['⇓','Down double Arrow' ],[ '≅', 'Congruent to' ],['√','Square Root' ],['α','Alpha'],['γ','Gamma'],['δ','Delta'],['≤','less than or equal to'],['≥','greater than or equal to']]); };
Wed, 02/06/2013 - 11:21
#1
Have you tried clearing your
Have you tried clearing your browser cache?
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!