Update CKEditor to version 4.3.0

This commit is contained in:
Francis Lachapelle
2013-11-20 11:17:42 -05:00
committed by Jean Raby
parent b5e77ad86c
commit 3e1cd079a8
20 changed files with 765 additions and 721 deletions

View File

@@ -25,6 +25,7 @@ CKEDITOR.editorConfig = function( config ) {
config.removeDialogTabs = 'link:advanced;image:advanced';
config.enterMode = CKEDITOR.ENTER_BR;
config.tabSpaces = 4;
// Disables the built-in words spell checker if browser provides one. Defaults to true.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker