Skip to end of banner
Go to start of banner

crm:deleteRowDialog

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 57 Current »

Overview

The <crm:deleteRowDialog> tag is used to display a delete confirmation dialog on the page.

It should be defined only with a deleteRowButton component.  

Attributes

NameRequiredTypeDefaultDescription
dataObjectfalseObjectThe data object of the managed bean.The data object of the component .
managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
redirecttrueStringnullThe page to redirect when delete action is confirmed.

Getting Started

The following example shows a delete row dialog.


 

  • No labels