%DeepSee.UI.ErrorPage
Class %DeepSee.UI.ErrorPage Extends %DeepSee.UI.standardPage [ System = 4 ]
DeepSee Management Portal Error page.
Parameters
PAGENAME
Parameter PAGENAME = "Error Page";
DOCBOOKID
Parameter DOCBOOKID = "D2GS_ch_intro";
RESOURCE;
Parameter RESOURCE;
No resource is needed to view the error page. JMD1415
Properties
errorName
Property errorName As %String(ZENURL = "ERROR");
XDatas
Style
XData Style
contentPane
XData contentPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
This XML defines the contents of the contents pane for this page.
Methods
%OnGetTitle
Method %OnGetTitle() As %String
Get the (localized) title string for the page.
%OnGetPageName
Method %OnGetPageName() As %String
Get the name for the page.
%OnGetProductName
Method %OnGetProductName() As %String
Get the product name for the page.
OnGetRibbonInfo
Method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) As %Status
Get information to display in the ribbon bar.
DrawError
Method DrawError(pSeed As %String) As %Status
Draw contents of error html component.
%GetLocatorLinks
Method %GetLocatorLinks(Output pLink) As %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)