ToolTip for each SelectOneMenu Items in jsf

前端 未结 2 1598
梦毁少年i
梦毁少年i 2021-01-21 18:00

My requirement is to provide a tooltip for every option in the SelectOneMenu because label of option is so large that it\'s not possible to provide suc

2条回答
  •  感情败类
    2021-01-21 18:32

    You can use javascript. Assume your selectOneMenu as below.

    
        
            
            
            
        
    
    

    Add this script at the top of your page.

    
    

提交回复
热议问题