Class orion.webui.dialogs.ConfirmDialog
Extends
orion.webui.Dialog
Creates a modal confirm dialog..
orion.webui.dialogs.ConfirmDialog
Defined in: </jobs/genie.eclipse.orion/orion-client/workspace/bundles/org.eclipse.orion.client.ui/web/orion/webui/dialogs/ConfirmDialog.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.webui.dialogs.ConfirmDialog(options)
|
Class Detail
orion.webui.dialogs.ConfirmDialog(options)
- Parameters:
- {Object} options
- An object containing the options for this dialog. Below is a list of the options that are specific to ConfirmDialog. See orion.webui.Dialog for a list of other usable options. {String} options.title The title to be displayed in the dialog's title bar. {String} options.confirmMessage The message to be displayed in the dialog. {Boolean} options.yesNoDialog A boolean which if true indicates that this dialog should have yes/no buttons instead of ok/cancel buttons. Optional.