Skip to main content

%ZEN.Dialog.colorSelect

deprecated class %ZEN.Dialog.colorSelect extends %ZEN.Dialog.standardDialog

This dialog window displays and lets the user select from a set of colors using the colorPane component.

Method Inventory

Parameters

parameter APPLYBUTTON = 1;
Show Apply button.
parameter DOMAIN = %ZEN;
Inherited description: Localization domain

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.
clientmethod getDialogValue() [ Language = javascript ]
Return the value that should be returned by this dialog.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab