Wijmo UI for the Web
requireOpenedPane Field
wijmo.accordion Namespace > WijAccordionOptions Interface : requireOpenedPane Field

Determines whether clicking a header closes the current pane before opening the new one.

Syntax
var instance; // Type: wijmo.accordion.WijAccordionOptions;
var value; // Type: boolean
value = instance.requireOpenedPane;
var requireOpenedPane : boolean;
Remarks
Setting this value to false causes the headers to act as toggles for opening and closing the panes, leaving all previously clicked panes open until you click them again.
See Also

Reference

WijAccordionOptions Interface