DojoAccordionContainer widget

The DojoAccordionContainer widget contains a set of panes in one pane of the user interface. When an action is taken for an individual interface, another pane in the interface is displayed. Each pane is defined by using the DojoContentPane widget.

Fields

duration
The amount of time for the content pane to open after it is selected. The value is in milliseconds.
selection
Specifies the pane that initially opens
width
The total width of the container
height
The total height of the container

Functions

resize
Resize the entire accordion container.

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.DojoAccordionContainer;