Skip to content

Tab

Tabs are components that can switch view areas.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
Widthstring550
Heightstring350
Xstring
Ystring
Colorstring
color picker
Background Colorstring
color picker
Header Colorstring
color picker
Inactive Colorstring
color picker
Centeredboolean• on
• off
off
Activecombo boxTab ID list in Details 1item1
Valuetable details1details 1

Action

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
Widthwidthstring550
Heightheightstring350
Xxstring
Yystring
Colorcolorstring
Background ColorbackgroundColorstring
Header Colorstring
Inactive Colorstring
Centeredcenteredboolean• true
• false
false
Activeactivestring
Valuevaluearray of objectdetails 1

Tips

[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}]

Tips

Event

None