From 6b1fc027cb8a7b7581747e939f2cfbb387c09aba Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 27 Sep 2006 05:18:55 +0000 Subject: Fixed editor selector labels, added TinyMCE spellchecker to editor configuration --- program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/editor.js b/program/js/editor.js index 333559c2e..0af5968e9 100644 --- a/program/js/editor.js +++ b/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