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

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.