Initializes a new instance of the ConfirmDialog class.
Namespace: MindFusion.Common.UI
File: ConfirmDialog.js
JavaScript Copy Code |
---|
function ConfirmDialog ([title, [message, [parent]]]) |
String. The text to display as a dialog title.
String. The message to display as the dialog text.
HTMLElement. The Dom element to append the dialog to.If the parameter is not specified, the dialog will be appended to document.body.