Skip to main content

%DeepSee.UI.standardPage

abstract class %DeepSee.UI.standardPage extends %ZEN.Portal.standardPage, %ZEN.Portal.Utils

Base class for all DeepSee UI pages. This is mainly for the purpose of setting common parameters for DeepSee.

Property Inventory

Method Inventory

Parameters

parameter DOCBOOKID;
Docbook ID for this page.
parameter DOMAIN = %DeepSee;
Inherited description: Set this to the correct 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.

Properties

property docbookId as %String [ InitialExpression = ..#DOCBOOKID ];
Property methods: docbookIdDisplayToLogical(), docbookIdGet(), docbookIdIsValid(), docbookIdLogicalToDisplay(), docbookIdLogicalToOdbc(), docbookIdNormalize(), docbookIdSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
clientmethod onunloadHandler() [ Language = javascript ]
Check if user really wants to exit if they have not saved changes
clientmethod reloadPage() [ Language = javascript ]
Reload this page in an IE-friendly way!
clientmethod setModified(flag) [ Language = javascript ]
Set the modified flag for the page.
clientmethod showHelp() [ Language = javascript ]
Override.
clientmethod switchNamespace() as %String [ Language = javascript ]
Show dialog to switch namespace

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab