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.
The source component (command button, AJAX callback etc) that triggered the confirmation. When a string, it is interpreted as the client ID of the component. Otherwise, it must be the main DOM element of the source component.
Generated using TypeDoc
An extended confirmation message with an additional
source
attribute for specifying the source component or form.