Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

The tab layout widget is a container for other widgets. Like a tab panel, the tab layout is used to organize widgets on the screen.  When the user changes tabs, one tab container becomes visible, and the other tab containers are hidden, making widgets inside the other tabs hidden. Tab panels help to simplify overly cluttered pages by dividing the content into easily understandable chunks, improving the overall user experience for your users.

The tab layout behaves like the tab panel widget except for a few differences.

FeatureTab PanelTab Layout
Allow nested tab widgetsNoYes
Widgets inside can use percent dimensionsNoYes
Allow lazy-loading widgets1NoYes
Tab StylesYes, as a propertyYes, via CSS
Charts load data only when tab is selectedYesNo, unless "lazy load" is true

1Lazy loading is available for tab layouts in Profound UI Version 6 Fix Pack 1.0. 2Charts in tab panels do not load until the tab becomes inactive, but other widgets load when the page loads.

...

ontabclick

See ontabclick event (Tab Panel) for more. Widgets in the new tab are not made visible until after the ontabclick code runs.


...