Tabs

🎛️ Control your page elements.

Overview

Tabs are tile-type items employed to simplify user interaction by enabling them to control the visibility of specific page elements. They allow users to prioritise important information and streamline the user interface for a user-friendly experience.

Object Properties

The table provides a summary of the object properties associated with the tabs tile type items, including their types, mandatory or optional status, and descriptions.

PropertyType (Mandatory)Description
typestringAlways set to tabs.
contentarrayContains an array of tab items.
📘

Note:

The content is limited to tab items exclusively; no other types of items are allowed.

Sample Configuration

Here is a sample configuration of thetabs tile type item:

{
 "type": "tabs",
 "content": [
     {
       "type": "tab",
       "title": "Primary information",
       "content": [
            {
             "type": "form-data",
             "content": [...]
            }
        ]
 },
 {
       "type": "tab",
       "title": "Details",
       "content": [
            {
            "type": "form-data",
            "content": [...]
            }
      ]
 },
 {
        "type": "tab",
        "title": "Dependencies",
        "content": [
            {
            "type": "subrecord-table",
            "title": false,
            "record": "kalysys-dependencies",
            "content": [...]
             }
          ]
        }
    ]
}

📌 Need Help?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.