Skip to main content

EnsPortal.Dialog.PurgeSettingsNoPermission

This class is for internal use of the Management Portal.

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter CANCELBUTTON = 0;
Inherited description: If true, then this dialog displays a Cancel button.
parameter DOMAIN = Ensemble;
Inherited description: Localization domain
parameter OKBUTTON = 1;

Methods

method %DrawTitle(pSeed As %String) as %Status
Inherited description: Provide HTML for html title box.
Default implementation displays the standard Zen title bar.
method %OnAfterCreatePage() as %Status
Set message and buttons according to parameters.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the dialog. This should be implemented in a subclass.
method DrawMessage(seed As %ZEN.Datatype.string) as %Status
clientmethod getDialogValue() [ Language = javascript ]
This is called when the user presses one of the buttons and after ondialogFinish.
clientmethod showPurgeDoc() [ Language = javascript ]
Show documentation for message purge.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab