Does anybody know how to disable CKEditor\'s context (right click) menu? I would expect a configuration option, but I can\'t find one. I am using v3.1. Thanks.
I needed to disable all of the following to get this to work.
config.removePlugins = 'language,tableresize,liststyle,tabletools,scayt,menubutton,contextmenu';
Previously we did not need language or tableresize - but a newer version of ckeditor seems to require that.
I discovered this in looking at the output in F12 dev tools on chrome.