RichFaces ( Legacy URL )
Tag toolTip


Defines tooltip for parent component.


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

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
directionfalsefalsejava.lang.StringDefines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default))
disabledfalsefalsejava.lang.StringIf false the components is rendered on the client but Js for calling disabled.
eventfalsefalsejava.lang.Stringevent that triggers the tooltip appearance (default = onmouseover)
followMousefalsefalsejava.lang.StringIf 'true' tooltip should follow the mouse while it moves over the parent element
hideDelayfalsefalsejava.lang.StringDelay in milliseconds before tooltip will be hidden.
horizontalOffsetfalsefalsejava.lang.StringSets the horizontal offset between popup list and mouse pointer
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
layoutfalsefalsejava.lang.StringAllowed values: "inline" or "block". Block/inline mode flag. Tooltip will contain div/span elements accordingly.
modefalsefalsejava.lang.Stringcontrols the way of data loading to tooltip and should have following values client (default), ajax
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
oncompletefalsefalsejava.lang.StringJavaScript code for call after the tooltip shown
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
onhidefalsefalsejava.lang.StringJavaScript code for call after the tooltip hidden
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
onshowfalsefalsejava.lang.StringJavaScript code for call after the tooltip called (some element overed) but before its requesting
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
showDelayfalsefalsejava.lang.StringDelay in milliseconds before tooltip will be displayed.
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
valuefalsefalsejava.lang.StringLabel on the tooltip
verticalOffsetfalsefalsejava.lang.StringSets the vertical offset between popup list and mouse pointer
zorderfalsefalsejava.lang.StringThe 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.