Replaced the FCKeditor with the new CKeditor v4. Implemented a plugin that allows dragging and dropping one or more files into the CKeditor - plugin name is dndfiles. Modified the save toolbar button on the CKeditor so that it behaves like a submit button. Implemented a timestamp plugin that behaves the same way as the old timestamp button on FCKeditor. Added a plugin to the CKeditor that allows typing LaTeX syntax.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'basicstyles', 'fa', {
|
||||
bold: 'درشت',
|
||||
italic: 'خمیده',
|
||||
strike: 'خطخورده',
|
||||
subscript: 'زیرنویس',
|
||||
superscript: 'بالانویس',
|
||||
underline: 'زیرخطدار'
|
||||
} );
|
||||
Reference in New Issue
Block a user