Browse Source

N.569 Enable the browser built-in spell checker for the rich text editor

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4582 a333f486-631f-4898-b8df-5754b55c2be0
romainq 8 năm trước cách đây
mục cha
commit
cd2a749738
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      js/ckeditor/config.js

+ 3 - 0
js/ckeditor/config.js

@@ -37,4 +37,7 @@ CKEDITOR.editorConfig = function( config ) {
 
 	// Simplify the dialog windows.
 	config.removeDialogTabs = 'image:advanced;link:advanced';
+
+	// Enable the browser spell checking
+	config.disableNativeSpellChecker = false;
 };