コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Accordion Component

Avatar

Level 3

How to create an Accordion Component in sightly AEM 6.4

1 受け入れられたソリューション

Avatar

正解者
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

AEM LinksLinkedIn

元の投稿で解決策を見る

2 返信

Avatar

正解者
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

AEM LinksLinkedIn

Avatar

Level 3

Thanks Arun for your quick response