Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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