This component
<crm:tabHeader> XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:tabHeader> tag is used to display a header on the page.
Info
TagAttributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
value | true | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
Getting Started with TabHeader
The following example shows a tab header component.