开发者

How to show HTML in radioButton in flex3/4 [duplicate]

开发者 https://www.devze.com 2023-01-21 01:12 出处:网络
This question already has an answer here: How to use htmlText as Radio button label in Flex 3 (1 answer)
This question already has an answer here: How to use htmlText as Radio button label in Flex 3 (1 answer) Closed 7 years ag开发者_如何学Goo.

I want to show underline and strikethrough text(asdb etc) in a radiobutton control, there is no htmlText property to make use of. Is there any way to do so?


You can probably do it this way:

<input type="radio" name="X" value="Y"><font style="text-decoration:line-through;">My Label</font>
0

精彩评论

暂无评论...
验证码 换一张
取 消