DojoStackContainer

The DojoStackContainer widget creates a container that has multiple children. Only one child is displayed at a time.

Properties

height
The total height of the container
width
The total width of the container
controller
The controller for the stack.
selection
The index of the currently selected stack.

Events

onStackSelected
Notifies users when the specified stack is selected.

Functions

nextStack
Moves to the next stack.
prevousStack
Moves to the previous stack.

Feedback