Optional code that is run before the message is shown. Must be valid JavaScript code. It is evaluated via PrimeFaces.csp.eval.
If true
, the message is escaped for HTML. If false
, the message is
interpreted as an HTML string.
Header of the dialog message.
Optional icon that is shown to the left of the confirm dialog. When not given, defaults to
ui-icon-alert
. Must be a style class of some icon font.
Main content of the dialog message.
Generated using TypeDoc
Interface for the message that is shown in the confirm dialog.