【发布时间】:2010-10-25 07:11:40
【问题描述】:
我想在单选按钮控件中显示下划线和删除线文本(asdb 等),没有 htmlText 属性可供使用。有什么办法吗?
【问题讨论】:
标签: html apache-flex radio-button flex4 flex3
我想在单选按钮控件中显示下划线和删除线文本(asdb 等),没有 htmlText 属性可供使用。有什么办法吗?
【问题讨论】:
标签: html apache-flex radio-button flex4 flex3
你可以这样做:
<input type="radio" name="X" value="Y"><font style="text-decoration:line-through;">My Label</font>
【讨论】: