Opened 15 years ago

Closed 13 years ago

Last modified 10 years ago

#2809 closed feature (wontfix)

Accordion: reverse accordion

Reported by: joern Owned by:
Priority: minor Milestone:
Component: ui.accordion Version: 1.5b4
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 (9)

comment:1 Changed 15 years ago by joern

Owner: changed from paul to joern

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:3 Changed 15 years ago by paul

Component: ui.coreui.accordion
Version: 1.2.31.5b4

comment:4 Changed 15 years ago by Cloudream

Milestone: TDB

comment:5 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.later
Owner: joern deleted
Status: newassigned

comment:6 Changed 13 years ago by Scott González

Summary: [accordion] reverse accordionAccordion: reverse accordion

comment:7 Changed 13 years ago by Scott González

Resolution: wontfix
Status: assignedclosed

comment:8 Changed 11 years ago by Scott González

Milestone: 1.laterTBD

comment:9 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.