This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
CQ5 Sightly Accordion component - Stack Overflow
Building Accordion Component Using AEM 6.0 Slightly Framework ~ T20mins
Views
Replies
Total Likes
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.
CQ5 Sightly Accordion component - Stack Overflow
Building Accordion Component Using AEM 6.0 Slightly Framework ~ T20mins
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
AEM is a platform and you can build a lot of different pieces using custom components.
Views
Replies
Total Likes
Views
Likes
Replies