TinyMCE has a built-in contextmenu which activates when you right-click in the content editor area. I need to remove this menu due to the copy/cut/paste in the menu. It fo
The easy solution is to remove the contextmenu plugin in your tinymce init:
plugins : "inlinepopups,insertdatetime,fullscreen,contextmenu",
becomes
plugins : "inlinepopups,insertdatetime,fullscreen",