Tag Information
Tag Class org.richfaces.taglib.HtmlToolTipTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
layout false false java.lang.String Allowed values: "inline" or "block". Block/inline mode flag. Tooltip will contain div/span elements accordingly.
oncomplete false false java.lang.String JavaScript code for call after the tooltip shown
verticalOffset false false java.lang.String Sets the vertical offset between popup list and mouse pointer
onhide false false java.lang.String JavaScript code for call after the tooltip hidden
rendered false false java.lang.String If "false", this component is not rendered
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
onshow false false java.lang.String JavaScript code for call after the tooltip called (some element overed) but before its requesting
followMouse false false java.lang.String If 'true' tooltip should follow the mouse while it moves over the parent element
styleClass false false java.lang.String Corresponds to the HTML class attribute
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
delay false false java.lang.String Delay in milliseconds before tooltip will be displayed.
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto
zorder false false java.lang.String The same as CSS z-index for toolTip.
value false false java.lang.String Label on the tooltip
onkeyup false false java.lang.String HTML: a script expression; a key is released
horizontalOffset false false java.lang.String Sets the horizontal offset between popup list and mouse pointer
disabled false false java.lang.String If false the components is rendered on the client but Js for calling – disabled.
mode false false java.lang.String controls the way of data loading to tooltip and should have following values “client” (default), “ajax”
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
direction false false java.lang.String Defines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default))
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
event false false java.lang.String event that triggers the tooltip appearance (default = onmouseover)
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within