class %ZEN.Auxiliary.option
extends %ZEN.Component.object
Defines an entry for use within a %ZEN.Component.combobox
or %ZEN.Component.listBox component.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
property style
as %ZEN.Datatype.style;
Optional CSS style used to display this option.
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.
property value
as %ZEN.Datatype.string;
Logical value of the option.