Pathfield customization | Community
Skip to main content
Mani_kumar_
New Participant
February 2, 2016
Solved

Pathfield customization

  • February 2, 2016
  • 2 replies
  • 1026 views

Hi All,

We have a requirement for pathfield xtype to project the tree structure in alphabetical order instead of regular behavior can anyone provide me some reference to proceed.

Thanks,

Mani Kumar

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 Mani_kumar_

Got the solution from below help doc

http://experience-aem.blogspot.in/2014/04/aem-cq-56-sort-tree-nodes-of-browse-dialog-pathfield.html

Thanks

Mani Kumar k

2 replies

Mani_kumar_
Mani_kumar_AuthorAccepted solution
New Participant
February 2, 2016
Jitendra_S_Toma
New Participant
February 2, 2016

You could search pathfield.js in AEM. Use CRXDE tool for that. You could create a copy of that and do your customization on top of it.

For more information related to XTYPE, go through this doc

https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html

Jitendra