From 1abd7a3de0c2e618767b8a1b508fc0ff0d5bcb52 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Wed, 27 Sep 2006 05:18:55 +0000 Subject: Fixed editor selector labels, added TinyMCE spellchecker to editor configuration git-svn-id: https://svn.roundcube.net/trunk@355 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js/editor.js') diff --git a/roundcubemail/program/js/editor.js b/roundcubemail/program/js/editor.js index 333559c2e..0af5968e9 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/program/js/editor.js @@ -21,7 +21,7 @@ function rcmail_editor_init(skin_path) accessibility_focus : false, apply_source_formatting : true, theme : 'advanced', - plugins : 'emotions,table,searchreplace', + plugins : 'emotions,table,searchreplace,spellchecker', theme_advanced_buttons1 : 'bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,forecolor,backcolor,formatselect,fontselect,fontsizeselect', theme_advanced_buttons2 : 'undo,redo,image,hr,link,unlink,emotions,charmap,code,separator,search,replace,spellchecker,separator,tablecontrols', theme_advanced_buttons3 : '', -- cgit v1.2.3