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
Component Information 
InfoValue
Component Typecom.liferay.faces.portal.component.header.Header
Handler ClassNone
Renderer Typecom.liferay.faces.portal.component.header.HeaderRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
backLabelfalsejavax.el.ValueExpression
(must evaluate to String)
This value will be used to populate the title attribute of the back icon.
backURLfalsejavax.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.
escapeXmlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When false, markup will not be escaped. This is true by default.
showBackURLfalsejavax.el.ValueExpression
(must evaluate to boolean)
When false, the back icon is not rendered. The default is true.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.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.
titlefalsejavax.el.ValueExpression
(must evaluate to String)
This value will be used as the header text for the component.

Output generated by Vdldoc View Declaration Language Documentation Generator.