Hi All,
I've google'd internet but didn't find a working solution. Please help me out.
I'm new to Javascript based ADF development. currently using Jdev 12.2.1.2
To block Mouse's right Click : I tried to block 'contextMenu' operation. putting a script at top of my JSF page as below.
<af:resource type="javascript" >
document.body.oncontextmenu = new function(){return false;};
</af:resource>
But context menu is poping up.
I appreciate you help.
Thanks,
RN