Ayeps / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 0 forks source link

Tabbled HTMLInfoWindow #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Provide support for tabbed information windows based on http://gmaps-utility-
library.googlecode.com. I'm providing a tentative patch. To test it:

<m:htmlInformationWindow>
  <m:tab title="Description" 
    content="Next tab shows directions from the yellow marker to here" />
</m:htmlInformationWindow>

Original issue reported on code.google.com by jose.noh...@gmail.com on 16 Jun 2009 at 7:23

Attachments:

GoogleCodeExporter commented 9 years ago
New patch solving some JS issues

Original comment by jose.noh...@gmail.com on 16 Jun 2009 at 6:35

Attachments:

GoogleCodeExporter commented 9 years ago
Allow several tabs with js code per marker

Original comment by jose.noh...@gmail.com on 17 Jun 2009 at 11:06

Attachments:

GoogleCodeExporter commented 9 years ago
I've included zoom functionality as well:

<m:mapZoomControl
  imageURL="http://gmaps-utility-
library.googlecode.com/svn/trunk/dragzoom/release/examples/images/zoom-button.gi
f"
  imageZoomingURL="http://gmaps-utility-
library.googlecode.com/svn/trunk/dragzoom/release/examples/images/zoom-button-
activated.gif" />

Original comment by jose.noh...@gmail.com on 17 Jun 2009 at 1:33

Attachments:

GoogleCodeExporter commented 9 years ago
Done, thanks to Jose!

Original comment by Hazem.sa...@gmail.com on 7 Sep 2009 at 5:39