Skip to main content

EnsPortal.Dialog.ScheduleSelect

class EnsPortal.Dialog.ScheduleSelect extends EnsPortal.Dialog.standardDialog

Method Inventory

Parameters

parameter APPLICATION = EnsPortal.Application;
Class name of application this page belongs to.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter DOMAIN = Ensemble;
Domain used for localization.
parameter PAGENAME = New Schedule Spec;
Displayed name of this page.
parameter RESOURCE = %Ens_ProductionConfig:WRITE;
User needs WRITE permissions on the %Ens_ProductionConfig resource to view this page.

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
classmethod SaveData(pName As %String, pDescription As %String, pCopyFrom As %String) as %String [ ZenMethod ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab