Skip to main content

%ZEN.Mojo.WidgetReference.Home

class %ZEN.Mojo.WidgetReference.Home extends %ZEN.Mojo.basePage

Parameters

parameter APPLICATION;
Inherited description: Class name of application this page belongs to. This is set by the %OnCreateApplication method.
parameter CSSINCLUDES = jquery.mobile-1.3.2.min.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter DOMAIN;
Inherited description: Localization domain
parameter JSINCLUDES = jquery-2.0.3.min.js,jquery.mobile-1.3.2.min.js;
Inherited description: Comma-separated list of additional JS include files for the page.
parameter PAGENAME;
Inherited description: Displayed name of this page. Overriden by application class.
parameter PROVIDERLIST = data,layout;
Inherited description: List of JSON providers created for this page. Used by contentProvider.
parameter TEMPLATECLASS = %ZEN.Mojo.WidgetReference.HomeTemplate;
Inherited description: Starting template class for this page Used by contentProvider. This is overriden by application settings, if provided.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab