crm:editButton
Overview
The <crm:editButton> tag is used to display an edit button on the page.
It should be defined only in "actions" ui:define tag.
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
dataObject | false | Object | The data object of the managed bean. | The data object of the component. |
disabled | false | Boolean | false | Flag indicating that component is disabled or not. |
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. |
visible | false | Boolean | true if the mode is equals with VIEW, otherwise false | Controls the visibility of the component. |
Getting Started
The following example shows an edit button component.