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?

ZMdemo.chui.HomePage

class ZMdemo.chui.HomePage extends %ZEN.Mojo.basePage

Created using the page template: Default

Method Inventory

Parameters

parameter APPLICATION = ZMdemo.chui.Application;
Class name of application this page belongs to.
parameter CSSINCLUDES = chui-ios-3.5.2.css;
Comma-separated list of additional CSS3 include files for the page. If this is defined *and* this page is using CSS3, then the CSSINCLUDES parameter is ignored. If this is not defined *and* this page is using CSS3, then the CSSINCLUDES parameter is used.
parameter DOMAIN = Zen Mojo Demo;
Domain used for localization.
parameter JSINCLUDES = jquery-2.0.3.min.js,chui-3.5.2.js;
Comma-separated list of additional JS include files for the page.
parameter PAGENAME = HomePage;
Displayed name of this page.
parameter PROVIDERLIST = data,layout;
List of JSON providers created for this page. Used by contentProvider.
parameter TEMPLATECLASS = ZMdemo.chui.baseTemplate;
Starting template class for this page Used by contentProvider. This is overriden by application settings, of provided.

Methods

method %OnDrawHTMLMeta() as %Status
This callback is called at the start of the HTML HEAD section of the page (just after the title).
It allows a page to write out meta tags, if desired. (default implementation is a simple expression).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab