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.jQM145.HomePage

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

Created using the page template: Default

Method Inventory

Parameters

parameter APPLICATION = ZMdemo.jQM.Application;
Class name of application this page belongs to.
parameter CSSINCLUDES = jquery.mobile-1.4.5.min.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-1.10.2.min.js,jquery.mobile-1.4.5.min.js,https://maps.googleapis.com/maps/api/js?sensor=true;
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.jQM145.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).
clientmethod onPageShow(layoutkey, documentkey) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab