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

class ZENDemo.Application extends %ZEN.application

This is the application class for the Zen demonstration application.

Method Inventory

Parameters

parameter APPLICATIONNAME = Zen Demo Application;
This is the name of this application.
parameter CSSINCLUDES;
If defined, this is a comma-delimited list of CSS style sheet files that will be included within every page of this application.
parameter HOMEPAGE = ZENDemo.Home.cls;
This is the URL of the main starting page of this application.
parameter JSINCLUDES;
If defined, this is a comma-delimited list of JavaScript files that will be included within every page of this application.
parameter USERPACKAGES;
If defined, this is a comma-delimited list of names of class packages that contain user-define Zen components whose HTML definitions should come from a pre-generated include file.

Methods

Return an array of quick links to be displayed by the locator bar within this application.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab