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
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 | true if the mode is equals with EDIT, otherwise false | Controls the visibility of the component. |
Getting Started
The following example shows a new button component.