Hello folks!
I am wanting to disable the menu that shows up when you right click inside the fckeditor textarea and gives you the options to Copy, Paste, Cut. Is there a way to do this?
Thanx folks!
~p
I am wanting to disable the menu that shows up when you right click inside the fckeditor textarea and gives you the options to Copy, Paste, Cut. Is there a way to do this?
Thanx folks!
~p
Re: Disabling right click menu
Re: Disabling right click menu
Hello,
Please take a look at our Wiki site:
http://wiki.fckeditor.net/Developer's_Guide/Configuration/Configurations_Settings#BrowserContextMenuOnCtrl
Simply change BrowserContextMenuOnCtrl to true in fckconfig.js:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Disabling right click menu
My intent is not to show the browser right-click-menu which is what you are suggesting in your post. WHat i want to do is to disable ALL right click menus, fckeditor's and the browser's. I dont want the user to be able to have access to any right click menu at all when they are using fckeditor. I am glad that fckeditor can disable the browser's menu but is there a way to also disable fckeditor's menu? Even better, what i want to do is remove the "Copy" option from the right click menu. Is there a way to do this through the config? Do i have to recompile it in order to do that? and if so how would i got about it? any help at all would be appreciated thanx!