Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Template for Management Portal.
|
|
Subclasses | ||
---|---|---|
%CSP.Portal.SourceControl.Dialog.Manager | %CSP.UI.Portal.Template | EnsPortal.Template.standardPage |
|
Class name of application this page belongs to.
Allow pages to auto-switch namespaces if $NAMESPACE is specified
Domain used for localization.
Displayed name of this page.
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.
|
The help address that links to the "Help" (next to the "Logout" link) documentation
Indicates whether the page is read only due to EMS control.
The text that is shown in TitlePane above the license
Parent URL that Cancel and Save should return to
Text shown on page or browser tab header
home value to return to Home page to.
Text shown between locator bar and details pane (form or table)
|
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.
This method is used by SMP to return home page. Set home to %session if not null for later use.
Used to return "home" parameter for building return home links in sub-classes.
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.
Get the product name for the page.Called from none-Zen classes in SMP.
Get the (localized) name of the page. This should be implemented in a subclass.
Get the (localized) title string for the page. This should be implemented in a subclass.
Return tmsg. 1 means success. Otherwise error message in HTML.
This method allows us to get the home page URL from JavaScript.
Recent item is only registered at the Home level.