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

class ZENTest.ComboTest extends %ZEN.Component.page

ZENTest.ComboTest

Method Inventory

Parameters

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

Methods

method CreateComboRS(Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %ResultSet
Create the result set used by dataCombo2.
clientmethod changeValue(ctrl) [ Language = javascript ]
Change value of current component.
clientmethod notifyOnChange(comp) [ Language = javascript ]
notifyOnChange: on change event handler.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab