Skip to content

Tab

Tabs are components that can switch view areas.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2WidthString550widthstring550Component width
3HeightString350heightstring350Component height
4XStringxstringX coordinate position
5YStringystringY coordinate position
6ColorString
Color Picker
colorstringComponent color
7Background ColorString
Color Picker
backgroundColorstringBackground color
8Header ColorString
Color Picker
headerColorstringHeader color
9Inactive ColorString
Color Picker
inactiveColorstringInactive tab color
10CenteredBooleanOFFcenteredbooleanfalseCenter alignment of tabs
11ActiveCombo Box
1. Tab ID list from [Details 1]
item1activestringActive tab ID
12ValueTable format
[Details 1]
[Details 1]valuearray of object[Details 1]Tab value

[Details 1] Value (value)

Set up the tabs. The default status is registered as follows. Click the "ADD" button to register. To delete, select the check box and click the "DELETE" button.

OptionIDIconLabelDeactivated
CheckboxItem1ITEM 1
CheckboxItem2ITEM 2
CheckboxItem3ITEM 3

value is in the form of an array of objects.
[{"id":"Item1","icon":"","label":"ITEM 1","disabled":false}, {"id":"Item2","icon":"","label":"ITEM 2","disabled":false}, {"id":"Item3","icon":"","label":"ITEM 3","disabled":false}]

Event

None