使用Javascript以编程方式切换a4j(richfaces)tabPanel

Cor*_*ore 4 jsf richfaces tabpanel ajax4jsf

当我单击commandButton时,我想执行一些js来将当前选项卡面板切换到另一个选项卡面板.我的tabPanel是switchType ="client".

小智 6

您可以使用

RichFaces.switchTab('tabPanelId','tabLabel','tabId') method to change tabs.
Run Code Online (Sandbox Code Playgroud)

详细信息可在此处找到