rich
Tag tooltip


@author amarkhel @since 2010-10-24


Tag Information
Component type org.richfaces.Tooltip
Tag Name rich:tooltip
Renderer Type org.richfaces.TooltipRenderer
Handler Class None

Attributes
Name Required Type Description
attached false boolean No Description
binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
converter false javax.faces.convert.Converter Converter instance registered with this component.
data false java.lang.Object Serialized (on default with JSON) data passed to the client by a developer on an AJAX request. It's accessible via "event.data" syntax. Both primitive types and complex types such as arrays and collections can be serialized and used with data
dir false java.lang.String No Description
direction false org.richfaces.component.Positioning No Description
followMouse false boolean No Description
hideDelay false int No Description
hideEvent false java.lang.String No Description
horizontalOffset false int No Description
id false java.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
jointPoint false org.richfaces.component.Positioning No Description
lang false java.lang.String No Description
layout false org.richfaces.TooltipLayout No Description
limitRender false boolean If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels
mode false org.richfaces.TooltipMode No Description
onbeforedomupdate false java.lang.String The client-side script method to be called after the ajax response comes back, but before the DOM is updated
onbeforehide false java.lang.String No Description
onbeforeshow false java.lang.String No Description
onbegin false java.lang.String The client-side script method to be called before an ajax request.
onclick false java.lang.String No Description
oncomplete false java.lang.String The client-side script method to be called after the DOM is updated
ondblclick false java.lang.String No Description
onhide false java.lang.String No Description
onmousedown false java.lang.String No Description
onmousemove false java.lang.String No Description
onmouseout false java.lang.String No Description
onmouseover false java.lang.String No Description
onmouseup false java.lang.String No Description
onshow false java.lang.String No Description
render false java.lang.Object Ids of components that will participate in the "render" portion of the Request Processing Lifecycle. Can be a single id, a space or comma separated list of Id's, or an EL Expression evaluating to an array or Collection. Any of the keywords "@this", "@form", "@all", "@none", "@region" may be specified in the identifier list. Some components make use of additional keywords
rendered false boolean Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
showDelay false int No Description
showEvent false java.lang.String No Description
status false java.lang.String Name of the request status component that will indicate the status of the Ajax request
style false java.lang.String No Description
styleClass false java.lang.String No Description
target false java.lang.String No Description
title false java.lang.String No Description
value false java.lang.Object The current value of this component.
verticalOffset false int No Description
zindex false int No Description


Output Generated by Tag Library Documentation Generator.