Skip to content

Commit

Permalink
MDL-14741: re-activate the contextmenu plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
scyrma committed Jul 3, 2008
1 parent f8c9bb6 commit f4da8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/editor/tinymce.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function createHTMLArea(id) {
remove_script_host: false,
entity_encoding: "raw",
language: "en",
plugins: "spellchecker,emoticons,paste,standardmenu,directionality"
plugins: "spellchecker,emoticons,paste,standardmenu,directionality,contextmenu"
});
tinyMCE.init({
mode: "textareas",
Expand All @@ -167,7 +167,7 @@ function createHTMLArea(id) {
remove_script_host: false,
entity_encoding: "raw",
language: "en",
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,standardmenu,directionality,fullscreen,moodleimage,moodlelink,dragmath,nonbreaking",
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,inlinepopups,media,searchreplace,paste,standardmenu,directionality,fullscreen,moodleimage,moodlelink,dragmath,nonbreaking,contextmenu",
theme_advanced_layout_manager: "SimpleLayout",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1: "fontselect,fontsizeselect,formatselect,",
Expand Down

0 comments on commit f4da8f1

Please sign in to comment.