class %DeepSee.UI.Dialog.standardDialog
extends %ZEN.Dialog.standardDialog
Base class for DeepSee dialog pages.
This is a Zen Page class.
parameter APPLYBUTTON = 1;
If true, then this dialog displays an Apply button.
parameter DOMAIN = "%DeepSee";
Localization domain
parameter FAVORITEICON = "portal/deepsee.ico";
DeepSee favorite icon.
method %DrawTitle(pSeed As %String)
as %Status
Provide HTML for html title box.
Override for DeepSee dialogs.
method %OnDrawHTMLMeta()
as %Status
This callback is called at the start of the HTML HEAD section of the page (just after the title).
It allows a page to write out meta tags, if desired.
(default implementation is a simple expression).
method getOpener()
[ Language = javascript ]
Helper method to get a reference to the window that launched this window.
The helper is required to handle cases where this window has been opened as a soft modal.
method stripWhitespaces(string As %String)
as %String
[ Language = javascript ]
Strip beginning and ending whitespaces from a given string.