flex4 LinkElement 下划线

发布于 2024-11-15 18:23:46 字数 177 浏览 2 评论 0原文

在Flex4中使用LinkElement类时如何去除下划线? 这个问题困扰了我好几天。像这样:

var a:LinkElement = new LinkElement();
var s:Span = new Span();
s.text = 'Goto';
a.addChild(s);

How can I remove the underline when using LinkElement Class in Flex4?
This problem has troubled me for days. Like this:

var a:LinkElement = new LinkElement();
var s:Span = new Span();
s.text = 'Goto';
a.addChild(s);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天赋异禀 2024-11-22 18:23:46

不知道这是否对您有帮助,文本流有一个链接样式属性
在闪光中。这仅适用于在应用样式之前设置 htmltext 时的 Flash,

也许它可以帮助您找到解决方案

http: //forums.adobe.com/message/3358839

don't know if this may help you, the textflow has an propertie for linkstyle
in flash. this only works in flash when the htmltext is set before the style is applied

maybe it helps you to find an solution

http://forums.adobe.com/message/3358839

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文