Class idx.widget.ModalDialog


Extends dijit.Dialog.
The ModalDialog provides the standard OneUI Modal Dialog. Pops up a modal dialog window, blocking access to the screen and also graying out the screen.
Defined in: <idx\widget\ModalDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
idx.widget.ModalDialog.closeButtonLabel 
Close button label
<static>  
idx.widget.ModalDialog.dateFormat 
The options being used for format the timestamp.
<static>  
idx.widget.ModalDialog.info 
Message main content, create compact tab container in array
<static>  
idx.widget.ModalDialog.messageId 
Message identifier
<static>  
idx.widget.ModalDialog.messageRef 
Message additional reference
<static>  
idx.widget.ModalDialog.messageTimeStamp 
Timestamp of Message
<static>  
idx.widget.ModalDialog.showActionBar 
Specifies whether to show an action bar with buttons.
<static>  
idx.widget.ModalDialog.showCancel 
Specifies whether to show a cancel button.
<static>  
idx.widget.ModalDialog.showIcon 
Specifies whether to show an icon.
<static>  
idx.widget.ModalDialog.text 
Message summary
<static>  
idx.widget.ModalDialog.type 
Message type

Method Summary

Method Attributes Method Name and Description
<static>  
idx.widget.ModalDialog.hide()
hide the dialog
<static>  
idx.widget.ModalDialog.onReference(event)
Callback of reference click, overriden by user
<static>  
idx.widget.ModalDialog.showActionBarNode(yes)
Shows an action bar.
<static>  
idx.widget.ModalDialog.showCancelNode(yes)
Shows a cancel button
<static>  
idx.widget.ModalDialog.showIconNode(yes)
Shows an icon.

Constructor Detail

idx.widget.ModalDialog()

See:
The dijit.Dialog.

Field Detail

<static> {String} idx.widget.ModalDialog.closeButtonLabel

Close button label

<static> {dojo.date.locale.__FormatOptions} idx.widget.ModalDialog.dateFormat

The options being used for format the timestamp. Example:
dateFormat: {
	formatLength: "medium",
}

<static> {String | Array[{title, content}]} idx.widget.ModalDialog.info

Message main content, create compact tab container in array

<static> {String} idx.widget.ModalDialog.messageId

Message identifier

<static> {HTML URL} idx.widget.ModalDialog.messageRef

Message additional reference

<static> {String | Date} idx.widget.ModalDialog.messageTimeStamp

Timestamp of Message

<static> {Boolean} idx.widget.ModalDialog.showActionBar

Specifies whether to show an action bar with buttons.
Default Value:
true

<static> {Boolean} idx.widget.ModalDialog.showCancel

Specifies whether to show a cancel button.
Default Value:
false

<static> {Boolean} idx.widget.ModalDialog.showIcon

Specifies whether to show an icon.
Default Value:
true

<static> {String} idx.widget.ModalDialog.text

Message summary

<static> {String} idx.widget.ModalDialog.type

Message type

Method Detail

<static> idx.widget.ModalDialog.hide()

hide the dialog

<static> idx.widget.ModalDialog.onReference(event)

Callback of reference click, overriden by user
Parameters:
event

<static> idx.widget.ModalDialog.showActionBarNode(yes)

Shows an action bar.
Parameters:
{Boolean} yes

<static> idx.widget.ModalDialog.showCancelNode(yes)

Shows a cancel button
Parameters:
{Boolean} yes

<static> idx.widget.ModalDialog.showIconNode(yes)

Shows an icon.
Parameters:
{Boolean} yes