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?

ZENMVC.MVCChart

class ZENMVC.MVCChart extends %ZEN.Component.page

Model-View-Controller demo page. This page uses the Zen MVC mechanism to connect data to several charts.

Method Inventory

Parameters

parameter APPLICATION = ZENMVC.MVCApplication;
Application this page belongs to.
parameter PAGENAME = MVC Chart Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

clientmethod changeModel() [ Language = javascript ]
Point controller to a different model class.
clientmethod nextObject() [ Language = javascript ]
Point controller to next object.
clientmethod previousObject() [ Language = javascript ]
Point controller to previous object.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab