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?

ZENDemo.Component.demoTitle

class ZENDemo.Component.demoTitle extends %ZEN.Component.component

Example of a custom component.
This displays a standard title bar for pages within the Demo application.

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = ZENDemo;
Domain used for localization.
parameter NAMESPACE = http://www.intersystems.com/zendemo;
XML namespace for this component.

Properties

property category as %ZEN.Datatype.caption [ InitialExpression = $$$Text("Zen Demonstration") ];
Category displayed within this pane (above the title).
Property methods: categoryDisplayToLogical(), categoryGet(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categorySet()
property title as %ZEN.Datatype.caption;
Title displayed within this pane.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()

Methods

method %DrawHTML()
Draw the HTML contents of this component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab