Disable tinyMCE context menu?

Re: Disable tinyMCE context menu?

by Dan Rapoza -
Number of replies: 0

Sorry, I don't have info on the above replies. But I tested this in 2.6 and it works as well.

So to prevent the default tinymce context menu, you want to:

  1. Go to: \lib\editor\tinymce\lib.php 
  2. Remove: contextmenu

 AND 

  1. Go to: lib\editor\tinymce\tiny_mce\3.x.x\ tiny_mce.js
  2. Search for: case"contextmenu":e.bind(i,n,c)
  3. Just remove just: e.bind(i,n,c)