summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-03-27 15:14:12 +0000
committeralecpl <alec@alec.pl>2011-03-27 15:14:12 +0000
commit94dfd8ab9d61a969453fdd3b9be14b58e1576816 (patch)
treec3ce609ea828dfb08e710378703770de86c75188 /program/js/editor.js
parentc09e3287c1704473bc9a68c6eaae45ae2ad3c418 (diff)
- TinyMCE 3.4.1
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 c0f54b82d..e02dca92a 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -42,7 +42,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode)
apply_source_formatting: true,
theme: 'advanced',
language: editor_lang,
- plugins: 'paste,emotions,media,nonbreaking,table,searchreplace,visualchars,directionality,tabfocus' + (spellcheck ? ',spellchecker' : ''),
+ plugins: 'paste,emotions,media,nonbreaking,table,searchreplace,visualchars,directionality,tabfocus,contextmenu' + (spellcheck ? ',spellchecker' : ''),
theme_advanced_buttons1: 'bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,ltr,rtl,blockquote,|,forecolor,backcolor,fontselect,fontsizeselect',
theme_advanced_buttons2: 'link,unlink,code,|,emotions,charmap,image,media,|,search' + (spellcheck ? ',spellchecker' : '') + ',undo,redo',
theme_advanced_buttons3: '',