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

NameRequiredTypeDefaultDescription
dataObjectfalseObjectThe data object of the managed bean.The data object of the component.
disabledfalseBooleanfalseFlag indicating that component is disabled or not.
idtrueStringnullUnique identifier of the component.
managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
visiblefalseBooleantrue if the mode is equals with VIEW, otherwise falseControls the visibility of the component.

Getting Started

The following example shows an edit button component.