使用 Flex 时可以控制 htmlText 中链接上的上下文菜单吗?
我创建了一个带有 textArea
的 Flex 应用程序。 我正在填充 textArea
的 htmlText
属性。
我在 textArea
上有一个上下文菜单,但是当用户右键单击 link< 时,我不知道如何创建不同的上下文菜单。 /a>
。 我可以控制 mx:TextArea
的 htmlText
内显示的链接的上下文菜单吗?
I created a Flex application with a textArea
. I'm populating the textArea
's htmlText
property.
I have a context menu on the textArea
, but I don't see how to make a different context menu when the user right clicks on a <a href...>link</a>
. Can I control the context menu for a link displayed inside of the htmlText
of a mx:TextArea
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,不可能更改文本区域中链接的右键单击上下文菜单。 似乎其他人也有类似的问题:
http://www.blog.lessrain.com/as3-texteventlink -and-contextmenu-incompatibility/
请提交错误:
http://bugs.adobe.com
As far as I can tell it isn't possible to change the right-click context menu on links in a textArea. It seems that someone else is also having similar problems:
http://www.blog.lessrain.com/as3-texteventlink-and-contextmenu-incompatibilities/
Please go file a bug:
http://bugs.adobe.com