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?

ZENTest.FormTest2

class ZENTest.FormTest2 extends %ZEN.Component.page

ZENTest.FormTest

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter PAGENAME = Form Test Page (2);
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property EmpID as %ZEN.Datatype.integer (ZENURL = "ID");
Id of employee to show on form
Property methods: EmpIDDisplayToLogical(), EmpIDGet(), EmpIDIsValid(), EmpIDLogicalToDisplay(), EmpIDLogicalToOdbc(), EmpIDNormalize(), EmpIDSet()

Methods

method LoadForm(pKey As %String, ByRef pValues As %String) as %Status
Callback to get values for form
classmethod SubmitForm(pSubmit As %ZEN.Submit) as %Status
Callback to process values submitted for form.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Returning from file select dialog and setting the value into the Filename field
clientmethod reloadForm() [ Language = javascript ]
reloadForm:
clientmethod showFileSelectionWindow() [ Language = javascript ]
Demonstration of launching a file selector window.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab