diff options
author | alecpl <alec@alec.pl> | 2011-05-30 15:08:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-30 15:08:26 +0000 |
commit | b4edf78e4b75bc40a829147941ba0cf6379fbc39 (patch) | |
tree | 04b7d939ee4a5e954fb607a05bb150803185ad91 /program/js | |
parent | 55150f858fc5b46eefed76687352283d4ef1503c (diff) |
- Provided rcube_spellchecker class, simplified code in utils task (less spell* files)
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js index 27ea06e37..a3aef72a2 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -47,7 +47,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode) theme_advanced_buttons1: 'bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,ltr,rtl,blockquote,|,forecolor,backcolor,fontselect,fontsizeselect', theme_advanced_buttons2: 'link,unlink,table,|,emotions,charmap,image,media,|,code,search' + (spellcheck ? ',spellchecker' : '') + ',undo,redo', 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', + spellchecker_rpc_url: '?_task=utils&_action=spell_html', accessibility_focus: false, oninit: 'rcmail_editor_callback' }); |