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

%ZEN.Template.AddInWizard.Template

class %ZEN.Template.AddInWizard.Template extends %ZEN.Template.ObjectGatewayWizard.Template

Template for Misc Add-In Wizards (originally these wizards were written under /csp/studio/templates in CSP).

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = %TemplateMessages;
Domain used for localization.

Properties

property isExit as %Boolean [ InitialExpression = 0 ];
After user clicks the Finish button, the caption of button Finish becomes Exit,and isExit becomes 1. If btnFinish is clicked when isExit = 1 then we exit out of the wizard.
Property methods: isExitDisplayToLogical(), isExitGet(), isExitIsValid(), isExitLogicalToDisplay(), isExitLogicalToXSD(), isExitNormalize(), isExitSet(), isExitXSDToLogical()

Methods

clientmethod resetMsg() [ Language = javascript ]
Clear message on top of page.
clientmethod showMsg(msg) [ Language = javascript ]
Display message on top of page.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab