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 for an application specific reason and less of a technical reason.
I have attempted to remove the contextmenu plugin as well as attempt to catch the contextmenu event and trap it without luck.
The easy solution is to remove the contextmenu plugin in your tinymce init:
plugins : "inlinepopups,insertdatetime,fullscreen,contextmenu",
becomes
plugins : "inlinepopups,insertdatetime,fullscreen",
1.4m articles
1.4m replys
5 comments
57.0k users