Struts选项工具提示不起作用

时间:2015-01-14 01:47:00

标签: javascript html tooltip struts options

我想在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标签中的工具提示 谢谢你的帮助,

1 个答案:

答案 0 :(得分:0)

尝试

<html:options collection="" name="" property="" labelProperty=""  title="Tooltip"/>