Step

Every step contains a separate layout that may hold other components or containers.

Public Variables (Properties)

[?]

Common variables and variable groups: Name, Advanced Properties, Styles, Preloader, Events, Bindings.

Inherited Variables (Properties)

Each Step panel is a container, so it inherits shared container properties.

Title

Title of the step.

Variable Name:

stepTitle

Records:

1

Record Format:

Field Name

Field Type

Notes

stepTitle

String

Title

Description

Description of the step.

Variable Name:

stepDescription

Records:

1

Record Format:

Field Name

Field Type

Notes

stepDescription

Data Block

Description

Status

Defines the status of current step. This property has several selection values:

  • Default

  • Wait

  • Process

  • Finish

  • Error

Variable Name:

stepStatus

Records:

1

Record Format:

Field Name

Field Type

Notes

stepStatus

String

Status

Index

Defines step's position in the step list.

Variable Name:

index

Records:

1

Record Format:

Field Name

Field Type

Notes

index

Integer

Index

Icon

Image shown next to the step's title.

Variable Name:

stepIcon

Records:

1

Record Format:

Field Name

Field Type

Notes

imageType

Integer

Choose whether to use data from the imageData field or the imageURL field.

  • 0 - Image Data

  • 1 - URL

imageData

Data Block

Image data.

imageUrl

String

Image URL.

Public Events

[?]

Common Events: Mouse Clicked

Was this page helpful?