Switch language of CKEditor automatically

This commit is contained in:
2015-07-29 09:29:57 +02:00
parent 5a8547bd99
commit 64966da58a
80 changed files with 4041 additions and 11 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ $(document).ready(function() {
});
// Replace the textarea with the CKeditor
CKEDITOR.replace('Text');
CKEDITOR.replace('Text', { language: CKEditorLang });
// Workaround function for the drag and drop events, it disallows
// dragstart and dragend events firing for each child elements of a specific elements.