Skip to main content

%CSP.UI.Portal.About

class %CSP.UI.Portal.About extends %CSP.UI.Portal.Template

This is the Zen version of the About page for System Management Portal.

Method Inventory

Parameters

parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter PAGENAME = About This System;
Class name of application this page belongs to. Parameter APPLICATION = "%CSP.UI.Portal.Application"; Displayed name of this page.

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method %OnGetSmallMenu(Output pMenu)
Inherited description: Get the contents of the small menu in the title area.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
classmethod ChangeLang(preflang As %String) as %Boolean [ ZenMethod ]
Change preferred language for this session and page
classmethod DrawSysInfo(pSeed As %String) as %Status
classmethod TimeSince() as %String
Returns last Cache start time.
clientmethod callChangeLang(preflang As %String) [ Language = javascript ]
User clicked to change preferred language.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab