crm:backButton
Overview
The <crm:backButton> tag is used to display a back button on the page.
It should be defined only in "back-button" ui:define tag.
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
id | true | String | null | Unique identifier of the component. |
managedBean | true | String | null | The name of the Java managed bean class that will be used for retrieving the component values. |
pageToRedirect | true | String | null | The page to redirect when button is clicked. |
visible | false | Boolean | false | Controls the visibility of the component. |
Getting Started
The following example shows a back button component.