Overview
The <crm:deleteRowDialog> tag is used to display a delete confirmation dialog on the page.
Note |
---|
It is used should be defined only with a deleteRowButton component. |
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 managed bean that will be used for retrieving the component values. |
redirect | true | String | null | The page to redirect when delete action is confirmed. |
Getting Started
The following example shows a delete row dialog.