Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.Dialog.colorSelect

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