TabsLayout

This type represents a subtab list.

circle-info

This type inherits ControlContainer type. All of its base methods and fields are also available in this type.

Retrieve

This type doesn't have a constructor and can only be created through the window type when layoutMode is set to SUBTABS .


AddTab

Method

Adds a new subtab to the list.

circle-info

Tabs usually have a layout that supports only three group columns. You may use a custom Layout with tab layout mode NONE to bypass this restriction.

circle-exclamation

Arguments

Name

Type

Description

id

ControlID|string

ID.

title

string

Tab name.

layoutMode

Tab layout mode.

enabled

boolean

Whether this subtab comes pre-selected or not. Set at least one subtab to true.

Returns

Type

Description

The new subtab container

Example

Last updated