Skip to main content

%DeepSee.UI.Application

Class %DeepSee.UI.Application Extends %ZEN.Portal.Application [ System = 4 ]

Zen application class for pages within the DeepSee portal.

Parameters

APPLICATIONNAME

Parameter APPLICATIONNAME = "DeepSee";

This is the name of this application.

DOMAIN

Parameter DOMAIN = "%DeepSee";

Set this to the correct domain.

HOMEPAGE

Parameter HOMEPAGE = "_DeepSee.UI.Home.zen";

This is the URL of the main starting page of this application.

XDatas

CSS3Style

XData CSS3Style

This Style block contains application-wide CSS 3 style definitions.

Style

XData Style

This Style block contains application-wide CSS style definitions.

Methods

ClassMethod GetQuickLinks(Output pLinks) As %Status

Provide any quick links for pages.

GetDeepSeeArray

ClassMethod GetDeepSeeArray(Output pData) As %Status

Provide finder contents for the DeepSee pages. Called from %CSP.Portal.Home.