User Guide

<targetlist> 467
accesskey String; a character to be used for the keyboard shortcut for this control (available
only on Windows).
Child tags
None.
Parent tag
<radiogroup>
Description
Control tag; creates a single radio button control. This tag must be used within a <radiogroup>
tag.
Example
The following example defines a group of <radio> controls that are included in the example for
<menulist>. For the complete example, see <menulist>.
<radiogroup id="type">
<radio label="Movie clip"/>
<radio label="Button"/>
<radio label="Graphic"/>
</radiogroup>
<targetlist>
Availability
Flash MX 2004.
Usage
<targetlist
id="myLabel"
class="myClass1[, myClass2][, ..., myClassN]"
required="true|false"
pathtype="relative|absolute"/>
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.
class The class or classes for which to list instances.
required Boolean value; if true, the OK button cannot function until a value is entered for
this control; if
false, the control has no effect on the OK button.
pathtype String; the two possible values are relative and absolute.
Child tags
None.