A tabbed container viewport with a top navigation bar holding static tab labels. Clicking a tab switches the active visible panel to display its specific child elements.
- Organizing large dashboards or complex forms into separate, focused tabbed views within a single screen container.
- Grouping related controls, tables, or sub-views into distinct tabs to reduce cognitive overload and save vertical scroll space.
- Acts as a structural layout container holding independent child widgets, forms, tables, and display fields across distinct tab panels.
- A customer 360 view with separate tabs for ‘Overview’, ‘Orders’, ‘Support Tickets’, and ‘Settings’.
- An analytical dashboard switching between ‘Sales Metrics’ (Tab 0) and ‘Inventory Status’ (Tab 1), referencing
elements.default_tabs_7c4e5b9a256e.indexSelected.toString()in dependent queries.
- Squeezing the container into tiny height/width footprints when its nested children require ample room, prefer full-width (12 units) and generous height (at least 12 units).
- Using tabs for sequential multi-step wizard processes where data must be validated step-by-step, use a dedicated stepper or multi-page layout instead.
Configure these in the Application Designer property panel. Group headings mirror the editor where possible. Data Source is where the element gets its rows or field binding (a view/query, a connector operation, or a parent form field). References appear only for view-backed sources and map foreign-key ID columns to readable labels from another view.
- A list of static tab definitions where tab labels can be created, edited, reordered, or deleted.Default: none
- Controls how tab headers distribute their spacing along the top navigation bar.Choices
standardscrollablefullWidth
Default: standard
- Minimum size: 4 × 4 grid cells (width × height).
tabItems.name— The visible text label shown on each individual tab header.
Implements standard ARIA tablist patterns (role='tablist', role='tab', role='tabpanel'). Screen readers announce active tab indices and dynamic panel changes.
- Left and Right Arrow keys move focus across tab headers.
- Enter or Spacebar activates the focused tab panel.
Other parts of your app can read live values from this element in custom expressions:
elements.myTabs.<property>
indexSelected
number
The current index selected value of this element.
elements.myTabs.indexSelected
When Zero-based index of the open tab. Use it to load data only for the visible tab, or to reflect the current tab in a heading.
To use one of these, open the property you want to drive on the other element, switch it to expression mode in the Expression Editor, and enter:
| |
Replace myTabs with this element’s unique id. Select the element in Application Designer and copy the id chip at the top of the right-hand property panel.
This container accepts nested elements in these slots:
| slot | accepts |
|---|---|
content | any element |
graph TD root["default_tabs"] root --> content["content slot"]
Drag this element into one of these containers: