`<layout:stepper>`
</...>
Define content as a series of 'panels' that that can be stepped through.
Content
At least 1 Stepper Panel.
Attributes
- `alignItems`
string
Align Items
Vertical alignment of rotator items where items are of different heights. Follows CSS spec for Flex containers in the row direction.
Possible values are flex-start and flex-end
Default = stretch
- `id`
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
- `linearProgression`
bool
When true, requires validation before moving to incomplete panels
- `transition`
string
Rotator transition
Possible values are instant, fade, and slide
Default = slide
- `validateForms`
string
Whether to validate on change