How to disable CKEditor context menu?
问题 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. 回答1: You need to remove the contextmenu plugin. See here for 3.1. 回答2: As of version 3.6.4, the other answers in this question don't work anymore. See bug #9284 The three plugins that need to be disabled (using the means discussed in this question), are contextmenu , liststyle and tabletools . So for example, using config files: CKEDITOR