Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This base class provides a standard template for pages on mobile devices implemented using Zen.
|
|
|
Set this to the appropriate application class.
If true, auto-switch namespace to whatever $NAMESPACE is passed in.
Default maximum extent of this page
Default maximum extent of this page
Default setting for hiding the URL bar on small screens (where possible)
Subclasses can set this to change default layout for a group.
Default maximum scale factor
Default minimum scale factor
Default setting for prevent default processing of page level gestures
Default setting for user scaling
Set this to the correct domain.
Comma-separated list of additional JS include files for the page.
Name of this page.
|
|
This method is used by the default OnDrawHTMLMeta() callback to generate the contents of the viewport meta tag
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).
Use soft modals for the portal.
Client-side method: fire onload event for every component that defines one. This are fired in reverse order, so that the page's handler is called last.
Call the (potentially redefined) ontouchstartHandler for the page and implmenet the preventDefaultGesture logic as needed
This client event, if present, is fired when a popup page has specified this component as its parent and fires an action.
popupName is the name of the popup window sending the action.
action is the name of the action.
value is the value associated with the action.
This method may be redefined to specify custom handling of device motion events
This method may be redfined to specify custom handling when the orientation of the mobile device changes
This method may be redefined to specify custom handling of touch end events
This method may be redefined to specify custom handling of touch move events
This method may be redefined to specify custom handling of touch start events