Tabs
The Tabs sub-tab configures which tabs appear on the case detail page and what content each tab displays.
Each tab on a case detail page can display different types of content. Valtimo supports several tab types to cover common use cases:
Standard
Built-in tabs for common case views: Summary, Progress, Audit, Documents, and Notes
FormIO
Display a Form.io form pre-filled with case data
Custom
Use a custom Angular component registered in the application
Widgets
Build flexible layouts using configurable widgets (Fields, Tables, Collections, and more)
Configuring tabs
Expand Admin in the left sidebar
Click Cases under the Configuration section
Click a case definition to open it
Click the Case details tab, then the Tabs sub-tab

The list shows every configured tab with its name, key, type, content, and whether the task list is visible. Drag a row by its handle to reorder tabs.
Tab types
Creating a tab
Click Create tab
Select a tab type

Fill in the tab configuration — see the Tab types section for details on each tab type's configuration options
Click Create
Editing or deleting a tab
Click a row to edit the tab or open the widget editor (for widget tabs). Use the row's overflow menu (⋮) to access Edit or Delete options.
Deleting a tab cannot be undone.
Configuring widget tabs
Widget tabs are configured through a dedicated editor that lets you add, arrange, and configure individual widgets.

The editor shows:
Visual editor / JSON editor tabs — switch between graphical and code-based editing
A list of configured widgets with their properties
Add divider and Add widget buttons
Widget types
Widgets are organized into two categories:
Generic widgets — Broadly applicable widgets that can be configured for any data structure:
Specific widgets — Purpose-built widgets for particular data types:
Adding widgets
Choose widget type
Select the type of widget to add.

Choose widget width
Select the desired width for the widget.

Small
1
Single column of content
Medium
2
Up to 2 columns of content
Large
3
Up to 3 columns of content
Xtra large
4
Up to 4 columns of content
Choose widget density
Select how compact the widget content appears.
Default
Standard spacing between elements
Compact
Reduced spacing for denser content
Choose widget appearance
Configure the visual styling of the widget.
Color
Background color style: Default, High Contrast, Blue, Periwinkle, Purple, Turquoise, Green, Brown, Red, Orange, or Yellow
High contrast
Use high-contrast styling for better visibility
Choose widget content
Configure the widget-specific content. The available options vary by widget type — see the Widget types section for details on each widget's content configuration.
Set display conditions
Optionally configure conditions that control when the widget is shown or hidden based on case data values. If no conditions are set, the widget is always visible.
Conditions allow you to show widgets only when specific criteria are met — for example, showing an "Approval Details" widget only when the case status is "Approved".
Click Save to add the widget to the tab
Editing or deleting widgets
Click a widget row to edit its configuration. Use the row's overflow menu (⋮) to access Edit or Delete options.
Drag widgets by their handle to reorder them on the page.
Adding dividers
Click Add divider to insert a horizontal divider between widgets, helping to visually separate content sections.
Access control
Access to tabs and widgets can be configured through access control to control which users can see specific tabs or widgets on the case detail page.
More information about access control can be found here.
Resources and actions
com.ritense.case.domain.CaseTab
view
Allows viewing a specific tab on the case detail page
com.ritense.case_.domain.tab.CaseWidgetTabWidget
view
Allows viewing case widget tabs
Examples
Last updated


