Opened 14 years ago
Closed 13 years ago
#4674 closed bug (duplicate)
Overview documents for the Accordion plugin are incorrect.
Reported by: | nmaves | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The following documentation is not valid.
The markup of your accordion container needs pairs of headers and content panels. By default, the header elements are anchors, assuming the following structure:
<div id="accordion"> <a href="#">First header</a> <div>First content</div> <a href="#">Second header</a> <div>Second content</div> </div>
Note: See
TracTickets for help on using
tickets.
The header element must have display:block, and for icons to work properly, the text must be wrapped in an ancor-element within the header element.