ACCORDION COMPONENT SAMPLE TO USE WITH AEM 6.0 | Community
Skip to main content
Level 3
March 19, 2019
Solved

ACCORDION COMPONENT SAMPLE TO USE WITH AEM 6.0

  • March 19, 2019
  • 3 replies
  • 5211 views

Hi All,

I'm a newby in AEM and I need to implement an editable accordion component.

So, I'm looking for an example that shows me the steps to follow to create a such component ( possible via htl ).

Thanks All

BR,

Antonio

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi Antonio,

Creating accordion component is easy.

1. Create a template where you can drag  accordion components.

2. Accordion component can have dialog which has field like Heading and multifield which has title and para.

3. At front end site, write a script to hide other item as click on other and unload display 1st item of accordion.

e.g.

How To Create an Accordion

CQ5 Sightly Accordion component - Stack Overflow

Building Accordion Component Using AEM 6.0 Slightly Framework ~ T20mins

3 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
March 19, 2019

Hi Antonio,

Creating accordion component is easy.

1. Create a template where you can drag  accordion components.

2. Accordion component can have dialog which has field like Heading and multifield which has title and para.

3. At front end site, write a script to hide other item as click on other and unload display 1st item of accordion.

e.g.

How To Create an Accordion

CQ5 Sightly Accordion component - Stack Overflow

Building Accordion Component Using AEM 6.0 Slightly Framework ~ T20mins

Arun Patidar
antonio_fAuthor
Level 3
March 20, 2019

Hi Arun,

thank you in advance for your prompt reply.

I just visionated the included url's but the samples the links point to are a bit difficult to follow and understand for a newbye.

What I'm looking for is an example that shoes me all the steps to do to reach the goal.

Thanks

BR,

Antonio

P.S. AEM development is like an ocean, in my opinion.

smacdonald2008
Level 10
March 20, 2019

AEM is a platform and you can build a lot of different pieces using custom components.