Accordion: reverse accordion
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 (9)
Owner: |
changed from paul to joern
|
Component: |
ui.core →
ui.accordion
|
Version: |
1.2.3 →
1.5b4
|
Milestone: |
TBD →
1.later
|
Owner: |
joern deleted
|
Status: |
new →
assigned
|
Summary: |
[accordion] reverse accordion →
Accordion: reverse accordion
|
Resolution: |
→ wontfix
|
Status: |
assigned →
closed
|
Milestone 1.2.4 deleted