%DeepSee.UserPortal.ErrorPage
Class %DeepSee.UserPortal.ErrorPage Extends %DeepSee.UserPortal.standardPage [ System = 4 ]
Error page for the User Portal.
Parameters
PAGENAME
Parameter PAGENAME = "Error Page";
Name of this page.
HOMEPAGE
Parameter HOMEPAGE = "_DeepSee.UserPortal.Home.zen";
URL of home page (used in links).
Properties
errorName
Property errorName As %String(ZENURL = "ERROR");
XDatas
Style
XData Style
Contents
XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ]
Contents of this page:
menuPane
XData menuPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
This XML defines the menu for this page.
Methods
%OnGetTitle
Method %OnGetTitle() As %String
Get the (localized) title string for the page. This should be implemented in a subclass.
%OnGetPageName
Method %OnGetPageName() As %String
Get the (localized) name of the page. This should be implemented in a subclass.
DrawError
Method DrawError(pSeed As %String) As %Status
Draw contents of error html component.
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status