632 XML to UI
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.
rows Number; an integer representing the number of rows to display in the listbox.
tabindex Number; an integer used to set the control’s position in the tab order (available
only on Windows).
Child tags
<listitem>.
Parent tag
<dialog>, <hbox>, <row>, <vbox>
Description
Control tag; creates a listbox control to contain <listitem> tags.
Example
The following example modifies the skew command example from <popupslider> so that it
uses a
<listbox> control instead of a <menulist> control for the edge parameter to the
JavaScript skewSelection() method.
The example uses the JavaScript API to create a new command that appears on the
Commands menu. Create two files, as described in this section, and place them in your
Commands folder in your user-level configuration folder. For more information, see
“Configuration folders installed with Flash” in Getting Started with Flash.