Skip to main content

HS.UI.About

deprecated class HS.UI.About extends HS.UI.Base

This is the Zen version of the About page for System Management Portal. ***** DEPRECATED **** HS does not use its own About page anymore. It uses the SMP About page.

Method Inventory

Parameters

parameter APPLICATION = HS.UI.Application;
Turning off PRIVATE - there's nothing to protect, and turning it on interferes with the logout link Parameter PRIVATE = 1; Class name of application this page belongs to.
parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter ENCODED = 2;
This ensures that only encrypted parameter are available in the request
parameter PAGENAME = PortalAbout;
Displayed name of this page.

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
classmethod ChangeLang(preflang As %String) as %Boolean [ ZenMethod ]
Change preferred language for this session and page
classmethod DrawSysInfo(pSeed As %String) as %Status
method DrawTitle(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.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab