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

NameRequiredTypeDefaultDescription
idtrueStringnullUnique identifier of the component.
managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
pageToRedirecttrueStringnullThe page to redirect when button is clicked.
visiblefalseBooleanfalseControls the visibility of the component.


Getting Started

The following example shows a back button component.