Class idx.widget.ConfirmationDialog


Extends dijit.messaging.ConfirmationDialog.
The ModalDialog provides the standard OneUI Confirmation Dialog. Pops up a modal dialog window, blocking access and graying out to the screen it support "OK/Cancel" option for user to make their decision
Defined in: <idx\widget\ConfirmationDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
idx.widget.ConfirmationDialog.buttonLabel 
Execute button label
<static>  
idx.widget.ConfirmationDialog.cancelButtonLabel 
Cancel button label

Method Summary

Method Attributes Method Name and Description
<static>  
idx.widget.ConfirmationDialog.check()
Check the confirm checkbox
<static>  
idx.widget.ConfirmationDialog.confirm(action, context)
Un-check the confirm checkbox
<static>  
idx.widget.ConfirmationDialog.postCreate()
<static>  
idx.widget.ConfirmationDialog.uncheck()
Un-check the confirm checkbox

Constructor Detail

idx.widget.ConfirmationDialog()

Field Detail

<static> {String} idx.widget.ConfirmationDialog.buttonLabel

Execute button label

<static> {String} idx.widget.ConfirmationDialog.cancelButtonLabel

Cancel button label

Method Detail

<static> idx.widget.ConfirmationDialog.check()

Check the confirm checkbox

<static> idx.widget.ConfirmationDialog.confirm(action, context)

Un-check the confirm checkbox
Parameters:
action
context

<static> idx.widget.ConfirmationDialog.postCreate()


<static> idx.widget.ConfirmationDialog.uncheck()

Un-check the confirm checkbox