ATTRIBOPTION defines one possible value for an attribute with a predefined list of possible values.
The following subjects are covered in this document:
Related information about VTML and WIZML:
|
ATTRIBOPTION plays a role in the following VTML-driven tools:
The ATTRIBOPTION tag can occur only inside an ATTRIB tag of TYPE="Enumerated".
The ATTRIBOPTION tag has three functions:
<ATTRIBOPTION .../> | |
---|---|
VALUE | Required. The value which will be written to the document when this option is selected. |
CAPTION | (Optional) A description of the option to be inserted into the display list. The display defaults to the value of the VALUE attribute if this attribute is omitted. |
While both a Tag Editor and Tag Inspector show the values of the CAPTION attributes as a list of possible values, Tag Insight will show the values of the VALUE attributes in a dropdown list to choose from. This implies that if you use the CAPTION for instance to indicate which of the possible values for an attribute is the default, this type of information will be hidden when the user uses Tag Insight.