Content:
- Examples
- Properties
- Methods

A Stepper in mobile UI design is a navigation element that guides users through a multi-step process, typically used for forms or sequential tasks.

stp = ui.addStepper( parent, steps?, options?, width?, height? ) → ui object: Stepper

For Mobile option, an additional position options can be added Top, Static or Bottom and AutoSwipe to enable auto swiping.
To style step count text, pass Fraction, Dots or Progress options.
For vertical and mobile, you can add Layout type Linear or Absolute

Here are the methods available for Stepper Component.

Examples

Example - Basic stepper click to expand contents 

Example - Vertical stepper click to expand contents 

Example - Mobile Stepper click to expand contents 

Example - Autoswipe and Fraction Mobile Stepper click to expand contents 

Properties

The following properties are available on the Stepper object:

absHeightNumber
absLeftNumber
absTopNumber
absWidthNumber
activeStepNumber
backColorString
backImageString
borderNumber
borderColorString
borderStyleString
cornerRadiusNumber
disabledBoolean
elObject
elevationNumber
elStyleString
fontFileString
heightNumber
isVisibleBoolean
leftNumber
marginsList
opacityNumber
optionsString
orientationString
paddingList
parentObject
positionObject
rotationNumber
textColorString
textSizeNumber
topNumber
typeString
visibilityString
widthNumber

Methods

The following methods are available on the Stepper object:

getLayout( index ) → Object
getLayoutIndex( layout ) → Number
getPosition( options ) → Object
gone()
hide()
setScale( x, y )
show()