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.dojo.baseTemplate

class ZMdemo.dojo.baseTemplate extends %ZEN.Mojo.Component.contentTemplate

Method Inventory

Parameters

parameter DOMAIN = Zen Mojo Demo;
Domain used for localization.
parameter NAMESPACE = http://www.intersystems.com/zen/mojo/demo/dojo;
Inherited description: This is the XML namespace used for library components.

Methods

clientmethod getData(key, layout) [ Language = javascript ]
clientmethod getLayout(key, criteria) [ Language = javascript ]
clientmethod onGetContent(which, key, criteria) [ Language = javascript ]
Client-side content provider method. which is the name of the content to return. key is the key value associated with the request. criteria is the search criteria associated with the request.
clientmethod onselect(key, value, docViewId) [ Language = javascript ]
Select handler

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab