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.
<tc:tabGroup>
Content of tab one.
Content of tab three.
<tabGroup switchType="reloadTab">
<tabGroup switchType="reloadPage">