This component
Tag <crm:toolTip>XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:toolTip> tag is used to display an icon on the page that appears an information message on hover.
Info
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the Java managed bean that class that will be used for retrieving the component values. |
tip | true | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the information message of the component. |
Getting Started
with ToolTipThe following example shows a tooltip component.