User Guide
458 Appendix B: XML to UI
<listitem>
Availability
Flash MX 2004.
Usage
<listitem
label="mylabel"
value="myValue"/>
Attributes
label
String; text that appears in the listbox for that item.
value String; text that is returned if the user selects the item. If not set, the value of the label
attribute is returned.
Child tags
None.
Parent tag
<listbox>
Description
Control tag; creates an individual item in a list box control. This tag must be used within a
<listbox> tag.
Example
See the example for <listbox>.
<menulist>
Availability
Flash MX 2004.
Usage
<menulist
id="myID"
tabindex="myIdx">
<menupop>
<menuitem/>
...
<menuitem/>
</menupop>
</menulist>
Attributes
id
String; represents a unique identification string that is used by the extensibility features to
identify the control and access the value it returns.