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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You need to remove the |
|||||||||||
|
|
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
|
|||
|
|
|
With CKEditor 3.6 I was able to disable context menu by removing the contextmenu plugin as suggested above. To do this, you have to configure the editor with the removePlugins option. For instance:
It can also be disabled globally from the config.js file:
|
|||
|
|
|
Unfortunately since CKEditor 3.6/4.0 this does not work anymore. See bug report: http://dev.ckeditor.com/ticket/9284 |
|||||||||
|