This component
Overview
The <crm:deleteRowDialog> tag is used to display a delete confirmation dialog on the page.
Note |
---|
It should be |
defined only with a deleteRowButton component. |
Info
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
dataObject | false | Object | The data object of the managed bean. | The data object of the component . |
managedBean | true | String | null | The name of the Java managed bean that class that will be used for retrieving the component values. |
redirect | true | String | null | The page to redirect when delete action is confirmed. |
Getting Started
with DeleteRowDialogThe following example shows a delete row dialog.