Flex 文本鼠标悬停功能
我需要在文本字段中开发一些鼠标悬停功能。
我可以通过 htmlText & 来获取点击功能上的文本文本事件。
同样,我可以在文本字段中获得鼠标悬停功能吗?
I need to develop some mouse over functionality in text field.
I could get the text on click functionality by having htmlText & TextEvent.
Similarly, can i get the mouseover functionality in text field ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么使用 htmlText 和 TextEvent 来实现点击功能? Flex 中存在点击功能。鼠标悬停也是如此。
why use htmlText and TextEvent for on click functionality? click functionality is present in flex.So is mouse over..
嘿,这是使用 TextField 完成的,如果你正在谈论 abt TextField(我使用了 flex3)
Hey this is done using TextField, if u were talkin abt TextField(i used flex3)