Skip to main content

CSPX.EnsProductionDeletePane

class CSPX.EnsProductionDeletePane extends %CSP.Util.Pane

Production Delete pane. Allows a user to carefully choose a production to delete.

Method Inventory

Parameters

parameter DOMAIN = Ensemble;
Use our own domain for localization

Methods

classmethod DeleteProductionJS(pProdId As %String) as %Boolean
This method deletes the specified production and returns a status that JavaScript can understand.
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