GoogleMaps JSP Tag Library
Tag infowindow


Describes an <googlemaps:infowindow> for a <googlemaps:marker>. There can only be one <googlemaps:infowindow> tag per <googlemaps:marker> tag. If set to display, the <googlemaps:infowindow> will be initially displayed, otherwise it will be displayed when the user clicks on the corresponding marker.

If an <googlemaps:infowindow> is going to display HTML content, you must set the html attribute to true, otherwise the content will be rendered as XML and may give undesireable results.

The body content of the <googlemaps:infowindow> tag will be the displayed data. You can include complete HTML pages including nifty things like forms, images and more!



Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapInfoWindowTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameGoogleMapInfoWindowTag

Attributes
NameRequiredRequest-timeTypeDescription
displayfalsetruebooleanDenotes whether to initially display the infowindow, or wait for the user to click. Default is false (click).
contentfalsetruejava.lang.StringAllows the user to set this infowindow's displayed content. If this attribute is used, any content between the starting and ending tag is ignored. Developer wishing to provide dynamic window contents, either through JSTL or regular expressions, should use this option.
htmlfalsetruebooleanDenotes whether or not the contents of this tag are html and therefore need to be escaped. Default is true.
stylefalsetruejava.lang.StringThe css style attribute(s) to apply to the window's contents.
css_classfalsetruejava.lang.StringThe css class attribute to apply to the window's contents.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.