EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 641

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
<menuitem> 641
Attributes
label String; text that appears in the pop-up menu 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
<menupop>
Description
Control tag; creates the pop-up aspect of a pop-up menu control, and must contain at least
one
<menuitem> tag.
Example
The following example creates a drop-down menu with eight elements. To see the XML
definition of the entire dialog box, see the example for
<menulist>.
<menulist id="registration">
<menupop>
<menuitem label="top left"/>
<menuitem label="top center"/>
<menuitem label="top right"/>
<menuitem label="center left"/>
<menuitem label="center"/>
<menuitem label="center right"/>
<menuitem label="bottom left"/>
<menuitem label="bottom center"/>
<menuitem label="bottom right"/>
</menupop>
</menulist>

Table of Contents

Related product manuals