dal2005
08-01-2006, 05:04 AM
Hi,
I want to disable ALL the menu items that appear when someone right-clicks on an inputtext element.
I have used the setContextMenu and it disables everything except "Cut, Copy, Paste, Clear, Select All".
Anyone know how to get rid of these menu items also?
The code so far is like this:
<inputtext oninit="setContextMenu(null)">
</inputtext>
Thanks,
I want to disable ALL the menu items that appear when someone right-clicks on an inputtext element.
I have used the setContextMenu and it disables everything except "Cut, Copy, Paste, Clear, Select All".
Anyone know how to get rid of these menu items also?
The code so far is like this:
<inputtext oninit="setContextMenu(null)">
</inputtext>
Thanks,