简体   繁体   中英

How to develop a drop-down menu in Flex 3?

如何在Flex 3中开发下拉菜单?

Take a look at:

Menu control & Defining menu structure and data

在此输入图像描述

UPDATED:

just change:

<mx:Button id="myButton" 
        label="Open Menu" 
        click="createAndShow();"/>

to

<mx:Button id="myButton" 
        label="Open Menu" 
        mouseOver="createAndShow();"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM