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

flex4 combox 只读模式

时间:2014-08-07 18:44:10      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   cti   div   时间   

flex4 combox 只读模式

 

[Bindable]
            private var bestTimeArrc:ArrayCollection = new ArrayCollection([{label:"时间不限",value:"0"},{label:"周一至周五",value:"0"},{label:"周六周日及公众假日",value:"0"},{label:"送前电话联系",value:"0"}]);



 
<s:ComboBox id="bestReceiveTime"  creationComplete="bestReceiveTime.textInput.editable=false" width="200" labelField="label"  dataProvider="{bestTimeArrc}" prompt="选择您的最佳送货时间"> 

                </s:ComboBox>

 

flex4 combox 只读模式,布布扣,bubuko.com

flex4 combox 只读模式

标签:style   blog   color   io   ar   cti   div   时间   

原文地址:http://www.cnblogs.com/regalys168/p/3897689.html

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