Tobago Demo

Menu

Tab Group

A <tc:tabGroup/> can contain several <tc:tab/> tags. Switching between tabs can be done on the client or by server request. For server requests there are two ways. Reload the whole page and reload only the tab (Ajax). To set the switching type, use the switchType attribute. By default it's client side.

Client side

<tc:tabGroup>
Content of tab one.
Content of tab three.

AJAX

<tabGroup switchType="reloadTab">
Content of tab one.

Server side

<tabGroup switchType="reloadPage">
Content of tab one.
© 2005-2023 Apache Software Foundation, Licensed under the Apache License, Version 2.0.