/
Tab Configurations

Tab Configurations

Basic:

image-20250320-071308.png
Basic

Attribute Name

Description

Attribute Name

Description

Layout Type

It is used to set the layout type in two ways as:

  1. Grid: The Grid type divides a component into a specified number of columns. The grid size determines the number of available columns.

  2. Flow: The Flow Layout Type is used for positioning and formatting components within a layout. This layout type allows components to be positioned in relation to each other.

Note: By default, this attribute is set to a value of Grid Layout Type.

Grid Size

It defines how many columns you want to divide the component into.

For example, if you set the grid size to 3 for a component, you can arrange the content inside it across three columns.

Label

Specifies the display name for the tab.

Reference: Merge Text

Icon

This field allows you to choose an icon from standard and custom categories that represents the tab.

UI State:

image-20250320-074818.png
UI state

Attribute

Description

Attribute

Description

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Always: The component will always be visible.

  2. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.

Note: By default, Visibility Type is set as Always.

Read Only Type

It specifies whether a component can be edited by users. It offers the following options:

  1. Never: The component will always be editable at any time.

  2. Always: The component will never be editable.

  3. Conditional: The component's editability is determined based on specific criteria, which can make it either editable or read only as needed.

Reference: Read Only

Disability Type

It determines whether a component is disabled on the layout. It offers the following visibility types:

  1. Show: The component will always be visible.

  2. Hide: The component will never be visible.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about the Conditional Disability Type attribute

Base UI:

image-20250320-075407.png
Base UI

Attribute Name

Description

Attribute Name

Description

Padding Location

Padding Location typically refers to the configuration of spacing around elements.

Padding Size

Padding Size refers to the amount of space added inside an element, between the element's content and its border or edge.

Margin Location

Margin Location refers to the spacing around the outside edge of an element.

Margin Size

Margin Size refers to the amount of space around the outside edges of an element.

 

Related content