geocoder map question NOT ONCLICK
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: March 31, 2011 (RSS)
By Maurice - March 29, 2011
in the multi smaple of the geo coder instead of showing the popup on click can it be done on mouse over?
-------------------------------------------
Dropmonkey.nl
Dropmonkey.nl
Re: [Maurice] geocoder map question NOT ONCLICK
By robin - March 30, 2011
Hey Maurice,
Yes it can! You'll need to change one line of code. Change:
To:
In the multi example that is line 43.
Hope that helps,
Robin
Yes it can! You'll need to change one line of code. Change:
google.maps.event.addListener(marker, 'click', function() {
To:
google.maps.event.addListener(marker, 'mouseover', function() {
In the multi example that is line 43.
Hope that helps,
Robin
Robin
Programmer
interactivetools.com
Programmer
interactivetools.com
Re: [robin] geocoder map question NOT ONCLICK
By Maurice - March 31, 2011
works great thnx
-------------------------------------------
Dropmonkey.nl
Dropmonkey.nl