hello,
i would like to disable the rightklick context menu as it seems to be pretty useless (only cut copy paste my browser itsself has a much better context menu.)
But i would like to keep the spellchecking function in case a browser has no built in spellchecking.
CKEDITOR.editorConfig = function( config )
{
config.removePlugins = 'scayt,menubutton,contextmenu';
}
this is not working by the way it not disable the contextmenu at all.
i would like to disable the rightklick context menu as it seems to be pretty useless (only cut copy paste my browser itsself has a much better context menu.)
But i would like to keep the spellchecking function in case a browser has no built in spellchecking.
CKEDITOR.editorConfig = function( config )
{
config.removePlugins = 'scayt,menubutton,contextmenu';
}
this is not working by the way it not disable the contextmenu at all.