Typedef
Static Public Summary | ||
public |
ModalDialogOptions: Object configuration object for a modal dialog |
|
public |
NotificationDisplayOptions: Object configuration object for loading a patch |
Static Public
public ModalDialogOptions: Object source
configuration object for a modal dialog
Properties:
Name | Type | Attribute | Description |
html | String |
|
html content |
tite | String |
|
a title of the dialog |
nopadding | Boolean |
|
remove padding around the window |
warning | Boolean |
|
show a warning triangle |
showOkButton | Boolean |
|
show a ok button to close the dialog |
prompt | Boolean |
|
show an input field to enter a value |
choice | Boolean |
|
show ok/cancel buttons with onSubmit and onClosed callbacks |
public NotificationDisplayOptions: Object source
configuration object for loading a patch
Properties:
Name | Type | Attribute | Description |
timeout | Number | Boolean |
|
fade out notification after x ms, |
closeable | Boolean |
|
show closing button on notification |
force | Boolean |
|
force showing of notification even if last one was the same |