Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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