RichFaces ( Legacy URL )
Tag toolTip


Defines tooltip for parent component.


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

Attributes
NameRequiredRequest-timeTypeDescription
attachedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If the value of the "attached" attribute is true, a component is attached to the parent component; if false, component does not listen to activating browser events, but could be activated externally
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute takes a value-binding expression for a component property of a backing bean
directionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default))
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If false the components is rendered on the client but Js for calling disabled.
eventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
event
followMousefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If 'true' tooltip should follow the mouse while it moves over the parent element
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the target component.
hideDelayfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Delay in milliseconds before tooltip will be hidden.
hideEventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event that triggers the tooltip disappearance
horizontalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the horizontal offset between popup list and mouse pointer
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
layoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Allowed values: "inline" or "block". Block/inline mode flag. Tooltip will contain div/span elements accordingly.
modefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
controls the way of data loading to tooltip and should have following values client (default), ajax
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked
oncompletefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code for call after the tooltip shown
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
onhidefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code for call after the tooltip hidden
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed down
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed and released
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is released
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is released
onshowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code for call after the tooltip called (some element overed) but before its requesting
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
showDelayfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Delay in milliseconds before tooltip will be displayed.
showEventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event that triggers the tooltip appearance (default = onmouseover)
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label on the tooltip
verticalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the vertical offset between popup list and mouse pointer
zorderfalsefalsejavax.el.ValueExpression
(must evaluate to int)
The same as CSS z-index for toolTip.

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.