crm:newButton

Overview

The <crm:newButton> tagis used to display a new button on the page.

It should be defined only in "actions" 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.
visiblefalseBooleantrue if the mode is equals with EDIT, otherwise falseControls the visibility of the component.

Getting Started

The following example shows a new button component.