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.HTMLTest

class ZENTest.HTMLTest extends %ZEN.Component.page

HTML Component Test

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = HTML Component Test Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property object as %ZEN.Datatype.string [ InitialExpression = "HEY" ];
Property methods: objectDisplayToLogical(), objectGet(), objectIsValid(), objectLogicalToDisplay(), objectLogicalToOdbc(), objectNormalize(), objectSet()

Methods

method getHTML(pSeed As %String) as %Status
Provide HTML for html2 component
clientmethod refreshHTML(btn, id) [ Language = javascript ]
Refresh HTML from server.
clientmethod setContent(btn, id) [ Language = javascript ]
Set content

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab