【问题标题】:Struts Option tooltip not workingStruts 选项工具提示不起作用
【发布时间】: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


    【解决方案1】:

    试试

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-10-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多