RichFaces
Tag virtualEarth


The <rich:virtualEarth> component presents the Microsoft Virtual Earth map in the JSF applications.


Tag Information
Tag Classorg.richfaces.taglib.VirtualEarthTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
dashboardSizefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial map type. The possible values are "Normal", "Small", "Tiny". Default value is "Normal".
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
latfalsefalsejavax.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".
lngfalsefalsejavax.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".
mapStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Navigation control size. Possible values are "Road", "Aerial", "Hybrid", "Birdseye". Default value is "Road"
onLoadMapfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the Virtual Earth object is initiated
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is clicked
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is double-clicked
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed down over the element
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed over the element and released
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is released
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the element
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the element
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the element
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the element
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
varfalsefalsejavax.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".
versionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Virtual earth version, Default value is "6.1".
zoomfalsefalsejavax.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.


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.