javascript - GInfoWindow maxContent dependent on the currently selected tab -
I am using Google Maps API to display a map and some markers on it. When the user clicks on a marker, I use openInfoWindowTabsHtml of my GMAP2 object to display a small balloon with tabs. I also open a maximum content to InfoWindowTabsHtml, then baloon gets maximum.
Now my problem is, I would like the maximum content to be based on the currently selected tab (basically the extension code of my maximum content) "Small content" I display in the balloon).
I really do not have a way to do this, though. I was thinking of catching the maximum item on the information window, and to modify the maximum content, before it gets more
What did I do end the open source library with the TabbedMax content from GMAP-Utility-Library To use JS - so there are tabs for maximum balloon.
Comments
Post a Comment