Widget stepper
A stepper.
This widget is composed of two buttons and a content area. Upon creation, this widget's children are moved into the items attribute. The items are displayed one at a time in the content area. Pressing the buttons cycles through the item displayed in the content area.
Special Attributes
items | Content items. |
index | Child item index. |
Special Attributes
- items
-
Content items.
Contains an array of child widgets to be displayed.
- index
-
Child item index.
Contains the index in items of the item being displayed.