Jx.TabSet Examples

API Reference: Jx.Tab Extends Jx.Button See Also: jx.TabSet

Tab Sets

A tab set manages tabs and their content areas so only one tab is active at a time and that only one content area is visible at a time. A tab set puts the content areas of each tab into a single container. Unlike a tab box, a tab set does not display the tabs themselves, so you have to explicitly add them to a toolbar or other container on the page. This allows more flexibility for some advanced layout options.

The tab content area is disassociated from the toolbar containing the tabs.

This tab just has an image.

This tab just has a label.