Hello,

I'm having problems assigning events to some markers on my map, I have
already registered 'click' and 'dblclick' events with something like this:

marker.events.register('click', marker, mouseClick);
marker.events.register('dblclick', marker, mouseDobleClick);

where mouseClick and mouseDobleClick are functions previously defined. But
when i try:

marker.events.register('rightclick', marker, mouseRightClick);

nothing happens, i just want to handle rightclicks on my markers.

Greetings.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to