Skip to main content

%DeepSee.UI.Dialog.standardDialog

class %DeepSee.UI.Dialog.standardDialog extends %CSP.Portal.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 JSINCLUDES = zenCSLM.js,zenESVG.js,DeepSee.js;
Inherited description: Comma-separated list of additional JS include files for the page.
parameter RESOURCE = %DeepSee_Portal,%DeepSee_PortalEdit;
All DeepSee pages require %DeepSee_Portal USE.

Methods

method %OnDrawHTMLMeta() as %Status
Inherited description: 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. The default implementation writes out an IE-specific meta tag to ensure that IE 9 and 10 don't fall back into Compatibility Mode when we are returning an HTML5 page (i.e. cssLevel is set to 3).
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