http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/
Documentation is available. The utility library's urls are standard
and can be shortened as here.
Divs of first marker Tab-groep: 1 group-div, 1 tab-span-div and a content-div per tab-page
We try to generate the div-structure, for the tab-pages: document.createElement('DIV')/'SPAN' in JS-array's.
wrapper[i]=
tabsDiv[i]=
tabspan1[i]=
tabspan2[i]=
tabspan3[i]=
conttab1[i]=
detail_Map[i]=
conttab2[i]=
conttab3[i]=
every marker gets his own tab-infowindow instance.
don't forget the css for the structure elements: see the wrapper-, cardContent- and minimap-class!
functions:
Tab-navigation (Tabcard, makeActiv, ToggleTabs)
create a Marker with infotabs (createMarker)
set a Infowindow-Tab (iwTab)
new Marker method to build the div-structure for our tabbed-Infowindow (openiwTabsHtml)
The rest is HTML and filling in the contents of the example.
I hope it helps you and others a little, I am only a 'free time programmer'
Guus