Skip to main content

%DeepSee.UI.Dialog.standardDialog

class %DeepSee.UI.Dialog.standardDialog extends %ZEN.Dialog.standardDialog

Base class for DeepSee dialog pages.

Method Inventory

Parameters

parameter APPLYBUTTON = 1;
Inherited description: If true, then this dialog displays an Apply button.
parameter DOMAIN = %DeepSee;
Inherited description: Localization domain
parameter FAVORITEICON = portal/deepsee.ico;
DeepSee favorite icon.
parameter JSINCLUDES = zenCSLM.js,zenESVG.js,DeepSee.js;
Inherited description: Comma-separated list of additional JS include files for the page.
parameter RESOURCE = %DeepSee_Portal;
All DeepSee pages require %DeepSee_Portal USE.

Methods

method %DrawTitle(pSeed As %String) as %Status
Provide HTML for html title box.
Override for DeepSee dialogs.
method %OnDrawHTMLMeta() as %Status
Ensure that we force Internet Explorer to use its most recent rendering engine.
clientmethod getOpener() [ Language = javascript ]
Inherited description: 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.
clientmethod stripWhitespaces(string As %String) as %String [ Language = javascript ]
Strip beginning and ending whitespaces from a given string.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab