【发布时间】:2011-08-18 06:39:58
【问题描述】:
使用 ICEFACES,我需要“commandButton”的标题属性使其某些字符加粗。
我的意思是,拥有:
<ice:commandButton style="width:8%" rendered="true" title="Michael air Jordan" actionListener="#{someBean.write}" />
例如,我希望标题属性中的单词“air”是粗体。 Michael Jordan 不加粗和 air 加粗 --> Michael air Jordan
我尝试将<b>air</b> 放在属性标题中,但它不起作用。
这可能吗?
提前致谢!!
【问题讨论】: