I need to automatically sort the child nodes of a node. Is there a way to subscribe an event component which will allow me to rearrange the list of nodes before it appears in the tree?
I was looking for a way to do it the same way that ContentService allows us to subscribe events for publishing a node so that we will modify node’s data but I did not manage it to work.
Automatically sort the child nodes by name
I need to automatically sort the child nodes of a node. Is there a way to subscribe an event component which will allow me to rearrange the list of nodes before it appears in the tree?
I was looking for a way to do it the same way that ContentService allows us to subscribe events for publishing a node so that we will modify node’s data but I did not manage it to work.
is working on a reply...