Skip to main content

EnsPortal.Dialog.TooltipPopup

class EnsPortal.Dialog.TooltipPopup extends EnsPortal.Dialog.standardDialog

This very simple dialog allows us to pop up a term definition with the KEY= value being the term and a value stored in the parent class property _helpText being the HTML-formatted definition text.

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 OKBUTTON = 0;
If true, then this dialog displays an OK button.
parameter PAGENAME = Tooltip Popup;
Displayed name of this page.
parameter RESOURCE = %Ens_Portal:USE;
User needs USE permissions on the %Ens_Portal resource to view this page.

Properties

property key as %ZEN.Datatype.string (ZENURL = "KEY");
Property methods: keyDisplayToLogical(), keyGet(), keyIsValid(), keyLogicalToDisplay(), keyLogicalToOdbc(), keyNormalize(), keySet()
property localizedName as %ZEN.Datatype.string (ZENURL = "LOCALIZEDNAME");
Property methods: localizedNameDisplayToLogical(), localizedNameGet(), localizedNameIsValid(), localizedNameLogicalToDisplay(), localizedNameLogicalToOdbc(), localizedNameNormalize(), localizedNameSet()

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