Accordion

Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.

The Accordion control provides a way to toggle between hiding and showing large amounts of content.

For a full list of properties, methods and events see the API documentation.

Features

Design-Time Customization

Each AccordionPanel can be fully customized at design-time.

Accordion control showing customizable panels in design view

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.Accordion", "wisej.web.accordion.Panel" for each individual panel.

Theme appearance

"accordion", inherits from "panel", see Themes.

Child components

"panel" is the container. See JavaScript.

wisej.web.accordion.Panel child components

"icon" is the panel icon, if applicable. "captionbar" is the panel header. "title" is the captionbar text. "open-button" opens or closes the panel.

Last updated

Was this helpful?