Side navigation
#2809 closed feature (invalid)
Opened May 06, 2008 10:28PM UTC
Closed June 09, 2009 05:11PM UTC
[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.