portal
Tag header
-
- Description:
-
The component is used to display header text by specifying the title attribute. It can also display a clickable back icon.
-
- Since:
- 3.2.5-ga6
| Info | Value |
|---|---|
| Component Type | com.liferay.faces.portal.component.header.Header |
| Handler Class | None |
| Renderer Type | com.liferay.faces.portal.component.header.HeaderRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
backLabel | false | javax.el.ValueExpression
(must evaluate to String)
| This value will be used to populate the title attribute of the back icon. |
backURL | false | javax.el.ValueExpression
(must evaluate to String)
| The URL of the anchor tag rendered for the back icon. The back icon is not rendered unless this is specified. |
escapeXml | false | javax.el.ValueExpression
(must evaluate to boolean)
| When false, markup will not be escaped. This is true by default. |
showBackURL | false | javax.el.ValueExpression
(must evaluate to boolean)
| When false, the back icon is not rendered. The default is true. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
title | false | javax.el.ValueExpression
(must evaluate to String)
| This value will be used as the header text for the component. |