Modify ↓
Ticket #2809 (closed feature: invalid)
[accordion] reverse accordion
| Reported by: | joern | Owned by: | joern |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In a reverse accordion, content elements come before headers. Hacking the current implementation to support that is rather trivial:
1. Replace all instances of ".prev()" with ".next()" 2. Replace all instances of ".next()" with ".prev().prev()" - excluding the one we just created in step 1.
Making that an option is not.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
