Can any one please let me know how can I remove some of the event when user right clicks on document in content area.Which file need to be modify.to remove some events.
if you are talking about webtop, all the right click items are based on actions. If you want to remove some options, you can scope them so that they are available or nto available depending on the scope.
If you can be a bit specific on what items you want to remove and the environment, you may get proper answer.
Thanks for your helpful answer I will try.
I have tried but there are some options like Export selected rows to csv,Add to Favorities,Email as link. can you please help me for this which components I need to scope.
Just search for "actions.xml" in your webtop application folder. Unfortunately, various actions are defined all over the place (eg dm_sysobject_actions.xml, generic_actions.xml, etc).
Thanks Johnny I have tried,but now I wanted that from which javascript it is comming and how can I disable this right click option,can't I do that from javascript. If you help me in this that will be helpful for me.
WDK is a framework and you have to use whats provided by the framework or else you risk that your customizations doent work when you upgrade/patch.