diff options
author | alecpl <alec@alec.pl> | 2010-06-24 13:27:43 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-24 13:27:43 +0000 |
commit | f4f6291ec16bd2fe368f868e667ea2071c514098 (patch) | |
tree | e5d74a7168dfb1a4a015f6db4d7f10076f95b515 /program/js/editor.js | |
parent | 2011bef155aacdfa8461a4d5c2cd3988d946d135 (diff) |
- Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE
Diffstat (limited to 'program/js/editor.js')
-rw-r--r-- | program/js/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/editor.js b/program/js/editor.js index 34511ce0b..bd9c00cdc 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -52,6 +52,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode) content_css : skin_path + '/editor_content.css', external_image_list_url : 'program/js/editor_images.js', spellchecker_languages : (rcmail.env.spellcheck_langs ? rcmail.env.spellcheck_langs : 'Dansk=da,Deutsch=de,+English=en,Espanol=es,Francais=fr,Italiano=it,Nederlands=nl,Polski=pl,Portugues=pt,Suomi=fi,Svenska=sv'), + spellchecker_rpc_url : '?_task=utils&_action=spell&tiny=1', gecko_spellcheck : true, relative_urls : false, remove_script_host : false, |