]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14741: re-activate the contextmenu plugin
authorscyrma <scyrma>
Thu, 3 Jul 2008 07:12:36 +0000 (07:12 +0000)
committerscyrma <scyrma>
Thu, 3 Jul 2008 07:12:36 +0000 (07:12 +0000)
lib/editor/tinymce.js.php

index 6a104003d6407cf91edc01714c67726b44cc8834..a5178ded12013610ecc01c9b9aa06b685a8b0059 100644 (file)
@@ -154,7 +154,7 @@ echo <<<EOF
         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",
@@ -167,7 +167,7 @@ echo <<<EOF
         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,",