Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon May 05 2014 22:06:17 GMT-0400 (EDT)