Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Accordion Component

Avatar

Level 3

How to create an Accordion Component in sightly AEM 6.4

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can create accordion component as a normal component with additional css/js to hide accordion details on load and show on click.

You may add cq:editconfig to refresh page on afterinsert, afterdelete, after move etc.

CQ5 Sightly Accordion component - Stack Overflow

Building an Accordion Component in Adobe CQ5 - Jenikya's Blog



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can create accordion component as a normal component with additional css/js to hide accordion details on load and show on click.

You may add cq:editconfig to refresh page on afterinsert, afterdelete, after move etc.

CQ5 Sightly Accordion component - Stack Overflow

Building an Accordion Component in Adobe CQ5 - Jenikya's Blog



Arun Patidar

Avatar

Level 3

Thanks Arun for your quick response