Skip to main content

%DeepSee.UI.Dialog.standardDialog

Class %DeepSee.UI.Dialog.standardDialog Extends %CSP.Portal.standardDialog [ System = 4 ]

Base class for DeepSee dialog pages.

Parameters

JSINCLUDES

Parameter JSINCLUDES = "zenCSLM.js,zenESVG.js,DeepSee.js";

DOMAIN

Parameter DOMAIN = "%DeepSee";

RESOURCE

Parameter RESOURCE = "%DeepSee_Portal,%DeepSee_PortalEdit";

All DeepSee pages require %DeepSee_Portal USE.

APPLYBUTTON

Parameter APPLYBUTTON = 1;

XDatas

Style

XData Style

Contents

XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ]

Contents of this page:

Methods

stripWhitespaces

ClientMethod stripWhitespaces(string As %String) As %String [ Language = javascript ]

Strip beginning and ending whitespaces from a given string.

getOpener

ClientMethod getOpener() [ Language = javascript ]

%OnDrawHTMLMeta

Method %OnDrawHTMLMeta() As %Status