【发布时间】:2015-01-14 01:46:59
【问题描述】:
我想要 Html:options 元素上的工具提示,当鼠标悬停在每个元素上时,会显示该属性的选项名称。
<logic:present name = "xxx">
<td id = "" align="" width="" rowspan = "">
<html:select multiple="" size="" property="" styleId="" style="" onmouseover="showToolTips()">
<html:options collection="" name="" property="" labelProperty=""/>
</html:select>
</td>
</logic:present>
尝试使用 JScript、showToolTips(),也可以正常工作 html:options 标记或 html:select 标记内是否有工具提示 感谢您的帮助,
【问题讨论】:
标签: javascript html tooltip struts options