Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENApp.TemplatePage

abstract class ZENApp.TemplatePage extends %ZEN.Component.page

ZENApp.TemplatePage This a template page that provides a standard template for subclasses within the HelpDesk application

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENApp.SampleApp;
Class name of application this page belongs to.
parameter PAGENAME = TemplatePage;
Displayed name of this page.

Properties

property StdTitle as %ZEN.Datatype.string [ InitialExpression = ..#PAGENAME ];
Domain used for localization. Parameter DOMAIN = ""; Define the title that will be displayed within subclasses
Property methods: StdTitleDisplayToLogical(), StdTitleGet(), StdTitleIsValid(), StdTitleLogicalToDisplay(), StdTitleLogicalToOdbc(), StdTitleNormalize(), StdTitleSet()

Methods

method DrawTitle(pSeed As %String) as %Status
Draw HTML for the page title

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab