Skip to end of banner
Go to start of banner

ToolTip

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This composite component is used to display an information icon on the page that appears an information message on hover.

It is accessed through the <crm:toolTip> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm"


Attributes

NameRequiredTypeDefaultDescription
managedBeanfalseStringnullThe name of the managed bean that will be used for retrieving the component values.
tipfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as the information message of the component.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

 

 


  • No labels