Attributes |
Name | Required | Request-time | Type | Description |
backLabel | false | true | java.lang.String | Sets the text to be displayed on mouse over of the back URL. The default value is Back . |
backURL | false | true | java.lang.String | Sets a URL for navigating back to. |
cssClass | false | true | java.lang.String | Sets a CSS class for styling the header component. |
escapeXml | false | true | boolean | Sets whether to escape the header's XML tags. The default value is true . |
localizeTitle | false | true | boolean | Sets whether to translate the header's title into the localized language. The default value is true . |
showBackURL | false | true | boolean | Sets whether to display the back URL. The default value is true . |
title | true | true | java.lang.String | Sets the header's title and displays it as the header text. |