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.
It's possible to completely disable the context menu adding this line to your config file (tipically fckconfig.js):
FCKConfig.ContextMenu = [];