Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This is the error dialog page.
It displays an error message and a prompt which user can answer Yes or No.
If error details are available in %session.Data("Errors","Details") then they are displayed in a listbox.
To use this class:
Example calling this dialog:
zenLaunchPopupWindow('%ZEN.Dialog.errorDialog.cls','errorDialog','resizable,width=780,height=280');
|
|
|
If true, auto-switch namespace to whatever $NAMESPACE is passed in.
Localization domain
|
Load error message prompts set by the calling class. Load error details. Hide list box if nothing.
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
Get the (localized) title string for the dialog. This should be implemented in a subclass.
Adjust size and position of components on this page.
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.