Steps Panel
Stepper is a container that allows to display progress through a sequence of logical and numbered steps. It usually used for configuration wizards and other step-by-step UI procedures creation. |
Public Variables (Properties)
[?]
Common variables and variable groups: Name, Advanced Properties, Container Properties, Styles, Preloader, Events, Bindings.
Count
Number of steps currently added to stepper.
Variable Name: | stepsCount |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
stepsCount | Integer | Count |
Current Step
Number of the current step.
Variable Name: | currentStep |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
currentStep | Integer | Current Step |
Direction
Defines direction of the stepper. This property has two selection values:
Horizontal
Vertical
Variable Name: | stepsDirection |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
stepsDirection | String | Direction |
Text of the "Done" button.
Variable Name: | doneButtonName |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
doneButtonName | String | Done Button Name |
Text of the "Next" button.
Variable Name: | nextButtonName |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
nextButtonName | String | Next Button Name |
Text of the "Previous" button.
Variable Name: | previousButtonName |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
previousButtonName | String | Previous Button Name |
Done Message
Text of the popup message which appears after pressing on the Done button.
Variable Name: | doneMessage |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
doneMessage | String | Done Message |
Steps View
Defines visual representation of the stepper. This property has two selection values:
Progress Icon
Progress Dot
Variable Name: | stepsView |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
stepsView | String | Steps View |
Steps Clicking Enabled
If enabled, allows navigation by clicking on steps.
Variable Name: | stepsClickable |
Records: | 1 |
Record Format:
Field Name | Field Type | Notes |
stepsClickable | Boolean | Steps Clicking Enabled |
Public Events
[?]
This event is fired when the user clicks on the "Done" button.
Event Name | doneButtonClicked |
Records: | 0 |
Was this page helpful?