2015-01-14 8 views
0

Html : options 요소에서 툴팁을 원했습니다. 각각 mouseover로 이동하면 해당 속성의 옵션 이름이 표시됩니다. 옵션 태그 나 HTML : Struts 옵션 툴팁이 작동하지 않음

<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 내부 툴팁 주위 어쨌든이 어떤 도움 감사

답변

0

이 시도 선택 태그

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