Hiding the first tab of accordion panel in JSF Primefaces

前端 未结 6 646
醉梦人生
醉梦人生 2021-01-04 09:23

By default the first tab of the primefaces accordion panel is shown open on page load. Is there a way that it can be closed on page load.

Thanks

6条回答
  •  孤城傲影
    2021-01-04 10:04

    You can do it with the PF function, as the code below:

    PF('accordionWidgetVarName').unselect(0);
    

提交回复
热议问题