开发者

Switch a4j (richfaces) tabPanel programmatically with Javascript

开发者 https://www.devze.com 2023-01-29 17:24 出处:网络
When I click a c开发者_高级运维ommandButton, I would like to execute some js to switch the current tab panel to another tab panel.My tabPanel is switchType=\"client\".You can use

When I click a c开发者_高级运维ommandButton, I would like to execute some js to switch the current tab panel to another tab panel. My tabPanel is switchType="client".


You can use

RichFaces.switchTab('tabPanelId','tabLabel','tabId') method to change tabs.

Detailed information can be found here

0

精彩评论

暂无评论...
验证码 换一张
取 消