Forum Moderators: open

Message Too Old, No Replies

altered context menu

altered right-click

         

omoutop

2:09 pm on Sep 6, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



recently i saw in a well known popular site for photo uploading, that they have a new set of right-click options.
If the uploaded photo was copyrighted, then right-clicking on it showed 2 options:
a)the license type under Creative Commons, and
b)different photo sizes you could see the particular photo

Anyone has any idea on how to change the right-click actions in such cases? I mean how to add that functionality to my own pages

astupidname

11:56 pm on Sep 6, 2010 (gmt 0)

10+ Year Member



Google "Jquery contextmenu" or "YUI contextmenu" or "Mootools contextmenu" as I know those libraries have plugins/tutorials available for right click contextmenu's. Although be warned that contextmenu alterations via javascript are not allowed in Opera from what I understand (have not tried). Also, flash has easy implementation of custom context menus, I've used them with AS3 [help.adobe.com...]

omoutop

5:54 am on Sep 7, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



thanks for the info. I will look at those