The DojoTitlePane widget creates a collapsible container
with a title bar.
Fields
- children
- The box in the pane that contains information about the pane
- duration
- The number of milliseconds that an animation runs
- isOpen
- Controls whether the area is expanded or open by default
- title
- The title of the pane
- width
- The width of the title pane
Functions
- setContent
- Specifies the pane that is to be displayed
- setTitle
- Specifies the title of the pane
- toggle
- Opens and closes the pane
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.DojoTitlePane;