Flex 鼠标移入组件/TextField变手型
发布时间:2020-12-15 03:31:28 所属栏目:百科 来源:网络整理
导读:如下代码所示 mx:VideoDisplay id="vid" autoPlay="false" source="{_vidData}" width="280" height="250"? ? click="vid_clickHandler(event)" useHandCursor="true" ?buttonMode="true" ?mouseChildren="false"/ 在组件中添加如下属性即可: useHandCursor
如下代码所示
<mx:VideoDisplay id="vid" autoPlay="false" source="{_vidData}" width="280" height="250"?
? click="vid_clickHandler(event)" useHandCursor="true" ?buttonMode="true" ?mouseChildren="false"/>
在组件中添加如下属性即可:
useHandCursor="true" ?buttonMode="true" ?mouseChildren="false"
让鼠标移动于TextField上方时显示为手型??var txt:TextField = new TextField();txt.x = 10;txt.y = 10;txt.autoSize = "left";txt.selectable = false;txt.htmlText = "<a href='event:#'>显示手形的TextField</a>";addChild(txt) (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |