jQuery Common - utils - ui - dialog

An object that serves as a namespace for methods displaying a message in an application/site.

Methods

This section describes the methods exposed by the DevExpress.ui.dialog object.

Name Description
alert(messageHtml, title)

Displays an alert dialog with a message and OK button.

confirm(messageHtml, title)

Creates a confirmation dialog with a message and Yes and No buttons.

custom(options)

Creates a dialog with custom buttons.