Skip to main content

EnsLib.ITK.UI.ProductionWizardPane

class EnsLib.ITK.UI.ProductionWizardPane extends %CSP.Util.Pane

Production Wizard pane. This is the first step in creating a Production. This page lets the user decide what type of production as well as its name.

Method Inventory

Parameters

parameter DOMAIN = Ensemble;
Use our own domain for localization

Methods

classmethod ConfigureITKProduction(pName As %String, pProduction As Ens.Config.Production, pPackage As %String) as %Status
method DrawBODY(pInstance As %CSP.Util.PageInstance) as %Status
Draw the BODY of the wizard pane
method DrawHEAD(pInstance As %CSP.Util.PageInstance) as %Status
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
classmethod EscapeHTML(text)
classmethod OnSubmit(ByRef pID As %String, pSubmit As %String) as %Status
This callback is called when this form is submitted.
classmethod Submit(pRequest As %CSP.Request, pSubmit As %String) as %Status
Override submit behavior for this page

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab