Sanjiv Jivan
2008-Mar-11 06:11 UTC
[Mapstraction] support passing dom element to Marker''s setInfoBubble
Hi, The Marker class has the method setInfoBubble(String html/text). Unfortunately I am unable to add a DOM element where I need all the event to fire. If I add the string represtation of the DOM node to setInfoBubble(..), it renders fine but all the controls no longer fire events. Is there a way to have the elements in the infoBubble fire events using the current API? If not would if be possible to add support for infoBubble to accept a DOM node? I see that Google Maps API supports passing of a DOM node as an argument. Not sure about the others. openInfoWindow(point, node, opts?) Opens a simple info window at the given point. Pans the map such that the opened info window is fully visible. The content of the info window is given as a DOM node. Please advise. Thanks, Sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080311/97d14115/attachment.html