Hi!
I've been searching around the web on the subject of how to change the content of the standard right-click menu. But the only thing I can find is how to make your own JavaScript right-click menu, like an absolute positioned div.
But the thing I'm after is how to customize the standard right-click menu, so that I can add custom menu items like "Edit", that calls the Javascript function edit(this);
Is this possible? Or do I have to make my own custom menu for this purpose?
Cheers,
Artheus