The DojoStackContainer widget creates a container that
has multiple children. Only one child is displayed at a time.
Fields
- 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.
- previousStack
- Moves to the previous stack.
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import dojo.widgets.DojoStackContainer;