%WebStress.Portal.ShowUrls
Class %WebStress.Portal.ShowUrls Extends %ZEN.Component.page [ DependsOn = %ZEN.Component.tableNavigator, System = 4 ]
Parameters
APPLICATION
Parameter APPLICATION = "%WebStress.Portal.Application";
DOMAIN
Parameter DOMAIN = "%WebStress";
RESOURCE
Parameter RESOURCE As STRING = "%Development";
PAGENAME
Parameter PAGENAME = "Webstress Portal";
Name of this page.
Properties
Script
Property Script As %String(ZENURL = "Script");
Row
Property Row As %String(ZENURL = "Row");
XDatas
Style
XData Style
Contents
XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ]
Methods
triggerAction
ClientMethod triggerAction(url) [ Language = javascript ]
%GetLocatorLinks
Method %GetLocatorLinks(Output pLink) As %Status
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
This class method callback is called just before the server-side page object is created.
%OnGetTitle
Method %OnGetTitle() As %String
Get the (localized) title string for the page. This should be implemented in a subclass.