Listbox - MACROMEDIA FLASH MX 2004-USING FLASH Use Manual

Hide thumbs Also See for FLASH MX 2004-USING FLASH:
Table of Contents

Advertisement

Child tags
None.
Parent tag
<dialog>, <hbox>,
Description
Control tag; creates a text label that can be associated with another control.
Example
The following example is excerpted from the HideScreen.xml file, which defines the Hide Screen
Behavior.
<dialog id="SelectScreenDialog" title="Select Screen" buttons="accept,
cancel">
<vbox>
<hbox>
<label value="Select Screen:" control="TARGET"/>
<targetlist id="TARGET" class="screen" />
</hbox>
</vbox>
</dialog>
<listbox>
Availability
Flash MX 2004.
Usage
<listbox
id="myID"
tabindex="myIdx"
rows="numRows">
...
child tags
...
</listbox>
Attributes
String; represents a unique identification string that is used by the extensibility features to
id
identify the control and access the value it returns.
Number; an integer representing the number of rows to display in the listbox.
rows
Number; an integer used to set the control's position in the tab order (available only
tabindex
on Windows).
Child tags
.
<listitem>
,
<row>
<vbox>
<listbox>
455

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents