我想在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(),同时进行dint工作 反正在html:options标签或html:select标签中的工具提示 谢谢你的帮助,
答案 0 :(得分:0)
尝试
<html:options collection="" name="" property="" labelProperty="" title="Tooltip"/>