Options
All
  • Public
  • Public/Protected
  • All
Menu

An extended confirmation message with an additional source attribute for specifying the source component or form.

Hierarchy

Index

Properties

beforeShow?: string

Optional code that is run before the message is shown. Must be valid JavaScript code. It is evaluated via PrimeFaces.csp.eval.

escape: boolean

If true, the message is escaped for HTML. If false, the message is interpreted as an HTML string.

header: string

Header of the dialog message.

icon?: string

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.

message: string

Main content of the dialog message.

source: string | HTMLElement | JQuery<HTMLElement>

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