码迷,mamicode.com
首页 > 其他好文 > 详细

flex中下拉框的实现

时间:2017-01-06 12:53:00      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:flex   combobox   img   array   on()   provider   实现   技术   device   

flex中下拉框的实现

<mx:ComboBox id = “combobox” dataProvider = “{deviceCodeType }” editable = “true”>
deviceCodeType = new ArrayCollection();
deviceCodeType.addItem({data:1,label:‘编码‘});
deviceCodeType.addItem({data:2,label:‘名称‘});
deviceCodeType.addItem({data:3,label:‘网管中网元‘});

效果如图

技术分享

flex中下拉框的实现

标签:flex   combobox   img   array   on()   provider   实现   技术   device   

原文地址:http://www.cnblogs.com/ningenNY/p/6255561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!