读书人

Flex Lable鼠标碰下变手形

发布时间: 2012-10-31 14:37:31 作者: rapoo

Flex Lable鼠标碰上变手形
<mx:Label width="100" htmlText="姓名" buttonMode="true" useHandCursor="true" mouseChildren="false" click="open()"/>

只设置 buttonMode="true" useHandCursor="true" 这两个属性是不行的,

还需要加上 mouseChildren="false"

读书人网 >flex

热点推荐