Hi All,
We got new requirement from client . The requirement is , In Site Admin Consloe after clikcing "+" icon of any website node , display the child nodes in Ascending order. Based on my analysis i found that we need to customize the "tree" servlet. But did not found source for this. I did not know is there any other way we can do this. Any pointers/help on this issue is really appreciated.
Thanks
k Chaitanya
Solved! Go to Solution.
Views
Replies
Total Likes
* Overlay /libs/wcm/core/content/siteadmin
* Create a servlet that handles requests from the SiteAdmin tree widget & return the json output based on your need. [1]
* At /apps/wcm/core/content/siteadmin/grid configure dataUrl property to call your servlet.
* Sample how it looks after attached
[img]Compare.png[/img]
[1] http://sling.apache.org/documentation/the-sling-engine/servlets.html
Views
Replies
Total Likes
* Overlay /libs/wcm/core/content/siteadmin
* Create a servlet that handles requests from the SiteAdmin tree widget & return the json output based on your need. [1]
* At /apps/wcm/core/content/siteadmin/grid configure dataUrl property to call your servlet.
* Sample how it looks after attached
[img]Compare.png[/img]
[1] http://sling.apache.org/documentation/the-sling-engine/servlets.html
Views
Replies
Total Likes
Hi Sham,
Thank you .I will proceed with the solution you suggested.
Thanks
K Chaitanya
Views
Replies
Total Likes
Views
Likes
Replies