Search
ConfirmDialog Constructor
See Also
 






Initializes a new instance of the ConfirmDialog class.

Namespace: MindFusion.Common.UI
File: ConfirmDialog.js

 Syntax

JavaScript  Copy Code

function ConfirmDialog ([title, [message, [parent]]])

 Parameters

title
Optional.

String. The text to display as a dialog title.

message
Optional.

String. The message to display as the dialog text.

parent
Optional.

HTMLElement. The Dom element to append the dialog to.If the parameter is not specified, the dialog will be appended to document.body.

 See Also