Changeset 4727 in subversion
- Timestamp:
- May 4, 2011 6:11:11 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/editor.js
r4720 r4727 44 44 else // mail compose 45 45 $.extend(conf, { 46 plugins: 'paste,emotions,media,nonbreaking,table,searchreplace,visualchars,directionality,tabfocus ,contextmenu' + (spellcheck ? ',spellchecker' : ''),46 plugins: 'paste,emotions,media,nonbreaking,table,searchreplace,visualchars,directionality,tabfocus' + (spellcheck ? ',spellchecker' : ''), 47 47 theme_advanced_buttons1: 'bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,ltr,rtl,blockquote,|,forecolor,backcolor,fontselect,fontsizeselect', 48 theme_advanced_buttons2: 'link,unlink, code,|,emotions,charmap,image,media,|,search' + (spellcheck ? ',spellchecker' : '') + ',undo,redo',48 theme_advanced_buttons2: 'link,unlink,table,|,emotions,charmap,image,media,|,code,search' + (spellcheck ? ',spellchecker' : '') + ',undo,redo', 49 49 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'), 50 50 spellchecker_rpc_url: '?_task=utils&_action=spell&tiny=1',
Note: See TracChangeset
for help on using the changeset viewer.
