p:steps but enable click on all steps

前端 未结 3 1618
花落未央
花落未央 2021-01-12 05:18

I have primefaces steps using tag like below :



        
3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-12 05:31

    menuform:I may answer your question a bit late, but I will post it so if other persona have the same problem, may it work for them.

    I use JavaScript for the solution, so may it not the solution that you need:

    // That is your code. I added ids to capture them with the DOM.
    
       
       
       
       
    
    
    // Now we can make the script
    
    

    Is important to change href and onclick (click event), because the element 'steps' change both of them, thats like them looks like when you inspect the code with the console: - href="#" - onclick="return false;"

提交回复
热议问题