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?

ZENMobile.ZenDoodle

class ZENMobile.ZenDoodle extends %ZEN.Mobile.mobilePage

Created using the page template: Default

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENMobile.TestApplication;
Application this page belongs to.
parameter DEFAULTPREVENTGESTURES = 0;
Turn off scroll and zoom defaults
parameter DOMAIN = ZENTEST;
Inherited description: Set this to the correct domain.
parameter PAGENAME = Zen Doodle;
Inherited description: Name of this page.

Properties

property v as %ZEN.Datatype.string;
Property methods: vDisplayToLogical(), vGet(), vIsValid(), vLogicalToDisplay(), vLogicalToOdbc(), vNormalize(), vSet()

Methods

clientmethod autoRefresh() [ Language = javascript ]
clientmethod clearCanvas() [ Language = javascript ]
clientmethod export() [ Language = javascript ]
clientmethod findObject() [ Language = javascript ]
Find and load the object whose id is in the objid text box.
clientmethod getData() [ Language = javascript ]
classmethod makeCRCTable() as %Library.ArrayOfDataTypes [ ZenMethod ]
clientmethod newRecord() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod save() [ Language = javascript ]
clientmethod updateRecord() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab