summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/editor.js
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-27 05:18:55 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-27 05:18:55 +0000
commit1abd7a3de0c2e618767b8a1b508fc0ff0d5bcb52 (patch)
tree91e86131acb382d1a05c1504b7771b06e4e75356 /roundcubemail/program/js/editor.js
parent0b189f58313956e8c718fce58b39c10f18e4de15 (diff)
Fixed editor selector labels, added TinyMCE spellchecker to editor configuration
git-svn-id: https://svn.roundcube.net/trunk@355 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/editor.js')
-rw-r--r--roundcubemail/program/js/editor.js2
1 files changed, 1 insertions, 1 deletions
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 : '',