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?

ZENMVC.MVCDynaForm

class ZENMVC.MVCDynaForm extends %ZEN.Component.page

Model-View-Controller dyanamic form demo page. This page uses the Zen MVC mechanism to create a dynamic form.

Method Inventory

Parameters

parameter APPLICATION = ZENMVC.MVCApplication;
Application this page belongs to.
parameter PAGENAME = MVC Dynamic Form Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

clientmethod nextObject() [ Language = javascript ]
Point controller to next object.
clientmethod previousObject() [ Language = javascript ]
Point controller to previous object.
clientmethod save() [ Language = javascript ]
save model to database

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab