Tag Information
Tag Class org.richfaces.taglib.VirtualEarthTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
lat false false java.lang.String Initial latitude coordinate in degrees, as a number between -90 and +90
var false false java.lang.String The JavaScript variable that is used to access the Virtual Earth API. If you have more than one Virtual Earth components on the same page, use individual key for each of them. The default variable name is "map" (without quotes)
zoom false false java.lang.String Initial zoom level as a number between 1 and 18. The default value is 17
onkeyup false false java.lang.String HTML: a script expression; a key is released
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
onLoadMap false false java.lang.String JavaScript code invoked just after the Virtual Earth object is initiated.
rendered false false java.lang.String If "false", this component is not rendered
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
styleClass false false java.lang.String Corresponds to the HTML class attribute
dashboardSize false false java.lang.String Initial map type. The possible values are Normal,Small,Tiny. The default value is Normal
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
lng false false java.lang.String Initial longitude coordinate in degrees, as a number between -180 and +180
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within
mapStyle false false java.lang.String Navigation control size. The possible values are Road,Aerial,Hybrid,Birdseye. The default value is Road
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto