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?

ZENTest.customComponent

class ZENTest.customComponent extends %ZEN.Component.control

Simple component used for testing custom components.

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/zentest;
This is the XML namespace for this component.

Properties

property message as %ZEN.Datatype.caption [ InitialExpression = "Custom Component" ];
This message is displayed within the custom component.
Property methods: messageDisplayToLogical(), messageGet(), messageIsValid(), messageLogicalToDisplay(), messageLogicalToOdbc(), messageNormalize(), messageSet()

Methods

method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab