Hi,
I am using the latest version of CKEditor and would like to disable the right-click context menu. I read the topic here and tried to add this to my config file
config.removePlugins = 'scayt,menubutton,contextmenu';
, as an option in my initialization, and I also tried just putting this before and after initialization
CKEDITOR.config.removePlugins = 'scayt,menubutton,contextmenu';
but no luck. I am thinking it might have changed with the versions. Does anyone have the latest instructions on how to disable the context menu then?
Thanks
Re: Disable context menu
I reported this issue on out bug tracker: http://dev.ckeditor.com/ticket/9284
Please do the same next time :). Forum isn't a right place for bugs.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Disable context menu
I understand mate, but it is impossible for me to know whether something is a bug or a problem with my understanding of the software. Regardless, thanks for your answer!
Re: Disable context menu
In this case you're right, I'm sorry :).
BTW. I've posted a comment under the ticket describing how context menu can be disabled.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
if you want to remove context
if you want to remove context menu just do the following
Context Menu will 100% be removed.