views:

66

answers:

2

Is there a way to track the right click menu when clicked over a textarea.

I would like to know if the user selected cut,copy,paste,select all. Also, I can know when the menu is visible by detecting a right mouse click... But how can I know when it's closed?

Thank you.

A: 

AFAIK, you can't. But you can replace the default menu with a custom one, over which you have complete control. Check this example, built using the dojo toolkit.

Massimiliano Fliri
If I use a custom a menu I won't be able to provide copy/paste functionality due to all (except IE) browsers security restrictions.
thedp
+1  A: 

You may find this useful.

Sarfraz