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

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

Created using the page template: Default

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZMdemo.bootstrap.Application;
Class name of application this page belongs to.
parameter AUTOLOGOUT = 0;
Inherited description: If true, then attempt to refresh this page when its session timeout period has expired. This will cause a login page to display if the current session has ended and security is set to require login.
parameter CSSINCLUDES = bootstrap-3-3-5/dist/css/bootstrap.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.11.3.min.js,bootstrap-3-3-5/dist/js/bootstrap.min.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.bootstrap.baseTemplate;
Starting template class for this page Used by contentProvider. This is overriden by application settings, of provided.

Properties

property embedded as %ZEN.Datatype.boolean (ZENURL = "EMBED") [ InitialExpression = 1 ];
If true, only show the core content.
Property methods: embeddedDisplayToLogical(), embeddedGet(), embeddedIsValid(), embeddedLogicalToDisplay(), embeddedLogicalToOdbc(), embeddedLogicalToXSD(), embeddedNormalize(), embeddedSet(), embeddedXSDToLogical()

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 adjustContentSize(load, width, height) [ Language = javascript ]
Implementation for this page. This method adjusts the size of components within the content area based on the current width and height of the screen. In this case there is only one component. Adjust size of components within the content area.
clientmethod onPageShow(layoutkey, documentkey) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab