Opened 15 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 15 years ago by
Owner: | changed from paul to joern |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Accordion is now part of jQuery UI