| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.VirtualEarthTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The attribute takes a value-binding expression for a component property of a backing bean |
dashboardSize | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Initial map type. The possible values are Normal,Small,Tiny. Default value is "Normal". |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
lat | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Initial latitude coordinate in degrees, as a number between -90 and +90. Default value is "37.9721046". |
lng | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Initial longitude coordinate in degrees, as a number between -180 and +180. Default value is "-122.04248428346". |
mapStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Navigation control size. Possible values are "Road", "Aerial", "Hybrid", "Birdseye". Default value is Road |
onLoadMap | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript code invoked just after the Virtual Earth object is initiated. |
onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked |
ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked |
onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed down |
onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed and released |
onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is released |
onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down |
onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within |
onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away |
onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto |
onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "false", this component is not rendered |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) is/are to be applied when this component is rendered |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the HTML class attribute |
var | false | false | javax.el.ValueExpression
(must evaluate to 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. Default value name is "map". |
version | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Virtual earth version, Default value is "6". |
zoom | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Initial zoom level as a number between 1 and 18. Default value is "17". |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |