Accordion – An accordion with an inactive panel

From Bootstrap - Demo Wiki
Component
Name Accordion
Description An accordion with an inactive panel
Provider Skin
Reference BootstrapComponents Extension docs - accordion
Styling For all possible color styles and corresponding examples, see colors.

Accordion with an inactive panel

Result

This is an accordion panel that is inactive by default, i.e. its content will be hidden when the page is loaded, but it can still be expanded.

Code
<bootstrap_accordion>
<bootstrap_panel heading="Lorem ipsum">
This is an accordion panel that is inactive by default, i.e. its content will be hidden when the page is loaded, but it can still be expanded.
</bootstrap_panel>
</bootstrap_accordion>

See also