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

ZMdemo.jQM.HomePage

class ZMdemo.jQM.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.3.2.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.3.2.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.jQM.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