Skip to main content

EnsPortal.Dialog.EventTextPopup

class EnsPortal.Dialog.EventTextPopup extends EnsPortal.Dialog.standardDialog

This very simple dialog allows us to pop up text details from an event log entry.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter CANCELBUTTON = 0;
If true, then this dialog displays a Cancel button.
parameter JSINCLUDES = zenCSLM.js;
JavaScript library
parameter OKBUTTON = 0;
If true, then this dialog displays an OK button.
parameter PAGENAME = Event Text;
Displayed name of this page.
parameter RESOURCE = %Ens_EventLog:USE;
User needs USE permissions on the %Ens_EventLog resource to view this page.

Properties

property eventId as %ZEN.Datatype.string (ZENURL = "ID");
Property methods: eventIdDisplayToLogical(), eventIdGet(), eventIdIsValid(), eventIdLogicalToDisplay(), eventIdLogicalToOdbc(), eventIdNormalize(), eventIdSet()
property eventType as %ZEN.Datatype.string (ZENURL = "TYPE");
Property methods: eventTypeDisplayToLogical(), eventTypeGet(), eventTypeIsValid(), eventTypeLogicalToDisplay(), eventTypeLogicalToOdbc(), eventTypeNormalize(), eventTypeSet()

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog.
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 ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab