summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-09-27 05:18:55 +0000
committersvncommit <devs@roundcube.net>2006-09-27 05:18:55 +0000
commit6b1fc027cb8a7b7581747e939f2cfbb387c09aba (patch)
treee7b89db909478fabcfd6166beb246000e3a5da00 /program/js/editor.js
parent6b47de3f49e880f08fa4a9226e70d18129095306 (diff)
Fixed editor selector labels, added TinyMCE spellchecker to editor configuration
Diffstat (limited to 'program/js/editor.js')
-rw-r--r--program/js/editor.js2
1 files changed, 1 insertions, 1 deletions
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 : '',