简体   繁体   中英

flex4 LinkElement underline

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);

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM