<s:tab_control>

Provides an easy way to implement tab controls, interchangeable across themes via the tags.txt file.

Example HTML


<s:tab_control> <s:tab_page name="Tab One"> <h3>Tab One</h3> Tab 1 contents. </s:tab_page> <s:tab_page name="Tab Two"> <h3>Tab Two</h3> Tab 2 contents. </s:tab_page> <s:tab_page name="Tab Three"> <h3>Tab Three</h3> Tab 3 contents. </s:tab_page> </s:tab_control>

Example Output