My question is about Ability for an author to reorder each tab within the component dialog in aem | Community
Skip to main content
Level 2
February 7, 2020
Solved

My question is about Ability for an author to reorder each tab within the component dialog in aem

  • February 7, 2020
  • 2 replies
  • 2151 views

I want to know how to provide the numbering for each tab, so that author can provide the number to the tab as per their requirement/preference/relevance.

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 Nirmal_Jose

As per the screenshot the number of tabs are fixed, so you can have another tab - order selector - where you can configure the order. 

Btw, I would prefer this to be done as a container and subcomponent structure instead of a blobbed up dialog.

2 replies

Adobe Employee
February 7, 2020

Have you looked into using the "sling:orderBefore (String)" proeprty and update it dynamically using Sling Models?

 

sling:orderBefore (String)

Contains the name of the sibling node that the current node should be positioned in front of."

 

More details at [1]

 

[1] https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/sling-resource-merger.html

 

 

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
February 11, 2020

As per the screenshot the number of tabs are fixed, so you can have another tab - order selector - where you can configure the order. 

Btw, I would prefer this to be done as a container and subcomponent structure instead of a blobbed up dialog.