Skip to main content

%ZEN.Auxiliary.option

Class %ZEN.Auxiliary.option Extends %ZEN.Component.object [ Deprecated, System = 3 ]

Defines an entry for use within a %ZEN.Component.combobox or %ZEN.Component.listBox component.

Properties

value

Property value As %ZEN.Datatype.string;

Logical value of the option.

text

Property text As %ZEN.Datatype.caption;

Display value for the option. This is the value that will be displayed for this option.
If you want to display a value for the option, then you must provide this value.

style

Property style As %ZEN.Datatype.style;

Optional CSS style used to display this option.