class %ZEN.Dialog.colorSelect
extends standardDialog
This dialog window displays and lets the user select from
a set of colors using the colorPane component.
This is a Zen Page class.
parameter APPLYBUTTON = 1;
Show Apply button.
parameter DOMAIN = "%ZEN";
Localization domain
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.
method getDialogValue()
[ Language = javascript ]
Return the value that should be returned by this dialog.