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

class ZMdemo.html5.Application extends %ZEN.Mojo.baseApplication

Application class for the Mojo HTML5 Plugin Demo

Method Inventory

Parameters

parameter APPLICATIONNAME = HTML5 Demo;
This is the name of this application.
parameter HOMEPAGE = ZMdemo.html5.HomePage;
This is the URL of the main starting page of this application.

Methods

classmethod %GetAppSettings(pPage As %String = "", pMode As %String = "") as %ZEN.proxyObject
Return an object containing the various configured settings for the portal.
classmethod ZMojoDrawBackgroundDiv(pPage As %String, pMode As %String = "") as %Status
Draw the contents of the background div section (this is purely decorative) pPage is the calling page's LOGICALNAME.
classmethod ZMojoDrawBasicHelp(pPage As %String, pMode As %String = "") as %Status
Draw the contents of the basic section. pPage is the calling page's LOGICALNAME.
classmethod ZMojoDrawFooterGroup(pPage As %String, pMode As %String = "") as %Status
Draw the contents of the footer group section. pPage is the calling page's LOGICALNAME.
Draw the contents of the quick links section. pPage is the calling page's LOGICALNAME.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab