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

class ZENDemo.DesktopDemo extends %ZEN.Component.page

This is the Desktop Demonstration page for the Zen demonstration application.

Method Inventory

Parameters

parameter APPLICATION = ZENDemo.Application;
Class name of application this page belongs to.
parameter DOMAIN = ZENDEMO;
Domain used for localization.
parameter PAGENAME = Desktop Demo;
Displayed name of this page.

Methods

Return an array of quick links to be displayed by the locator bar.
clientmethod applyColStyle(style) [ Language = javascript ]
Apply the given column style to the desktop.
clientmethod applyRowStyle(style) [ Language = javascript ]
Apply the given row style to the desktop.
clientmethod calcCellChange(grid) [ Language = javascript ]
cellChange: called when cell is changed

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab