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 Class | com.lamatek.tags.google.GoogleMapInfoWindowTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | GoogleMapInfoWindowTag |
| Attributes |
| Name | Required | Request-time | Type | Description |
| display | false | true | boolean | Denotes whether to initially display the infowindow, or wait for the user to click. Default is false (click). |
| content | false | true | java.lang.String | Allows 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. |
| html | false | true | boolean | Denotes whether or not the contents of this tag are html and therefore need to be escaped. Default is true. |
| style | false | true | java.lang.String | The css style attribute(s) to apply to the window's contents. |
| css_class | false | true | java.lang.String | The 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.