Forms & Tasks Designerπ π§¨
Elements
Tabs
3 min
the tabs element organizes form content into multiple tabbed panels, allowing users to switch between different views or sections of a form without leaving the page it is ideal for forms that contain distinct, non sequential categories of information β such as summary, details, history, and attachments β that users may need to access in any order unlike the stepper (which enforces sequential progression), tabs give users free navigation between panels the activetabindex attribute makes it possible to programmatically switch the active tab from event logic β for example, automatically navigating to an error tab if a validation issue is detected, or switching to a results tab after a process completes each tab's visibility can also be toggled individually key use cases β’ record detail forms with summary / activity / documents / settings tabs β’ dashboard style forms that present different data views in separate tabs β’ programmatically switching to a specific tab after a process runs (e g , 'results' tab) β’ conditionally hiding tabs that are not relevant to the current user's role β’ organizing approval forms with separate tabs for request details and review decision runtime api β attributes in procesio forms both the tabs container and each tab have their own api attributes, all accessible at runtime via the data model tabs container api name description type default notes activetabindex index of the currently active tab (0 based) β set programmatically to switch tabs number β β visible show or hide the entire tabs container boolean true β name unique element name string β β id unique element id string β β individual tab api name description type default notes label the tab's header label text string β β tooltip help text shown alongside the tab label string β β visible show or hide this individual tab boolean true β name unique tab name string β β id unique tab id string β β for support, please join our https //discord com/invite/cebukgjefv for further assistance and support
