Stepper
The stepper is a component for displaying progress on a screen that handles steps like a wizard.
Dialog Property
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Width | number | 312 | |
height | number | 80 | |
X | number | ||
Y | number | ||
Visibility | boolean | • on • off | on |
Vertical Alignment | Select | • Top • Middle • Bottom | Top |
Alternative Label | boolean | • on • off | off |
Active Step | number | 0 | |
Value | table details1 |
Action Property
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Width | width | number | 312 | |
Height | height | number | 80 | |
X | x | number | ||
Y | y | number | ||
Visibility | visibility | boolean | • true • false | true |
Vertical Alignment | verticalAlignment | string | • top • middle • bottom | top |
Alternative Label | alternativeLabel | boolean | • true • false | true |
Active Step | activeStep | number | 0 | |
Value | value | array of object |
[Details 1] Value (value)
The default status is registered as follows. Register from the "Add"
button. To delete, select the check box and click the "Delete"
button.
Select | Label | Value |
---|---|---|
Checkbox | Step1 | 1 |
Checkbox | Step2 | 2 |
Checkbox | Step3 | 3 |
Event
None