Allow pages to auto-switch namespaces if $NAMESPACE is specified
parameter DOMAIN = "%Utility";
Domain used for localization.
parameter PAGENAME = "Portal Template";
Name of this page.
parameter PARENTPAGE;
This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to
build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
Utility method. Add the locator links defined by the LOCATORINFO parameter
to the given locator bar.
pLocalize is an array from calling DocLocalize for a page. (optional)
pParam contains extra parameters for the last or current page link. (optional)
pIsNew is the flag indicating this page is for "Add" rather than "Edit". If it's true then we use a different locator text if defined.
Used to return "home" parameter for building return home links in sub-classes.
method %GetLocatorLinks(Output pLink)
as %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Subclasses with extra layers of locator links or other than "Configuration" please override.