04-29-2009 02:49 AM
<a href="/alfresco/navigate/browse/workspace/SpacesStore/${space.id}?sort=id">ID</a>
<#assign keys = args?keys>
<#list keys as arg>
${arg}
</#list>
<#assign keys = sort?keys>
<#list keys as arg>
${arg}
</#list>
05-05-2009 04:02 AM
05-05-2009 05:20 AM
…because (I think) freemarker doesn't support descending sort…
?reverse
05-05-2009 09:13 AM
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"]?sort_by(["properties", "cm:created"]) as child>
05-06-2009 02:30 AM
08-12-2009 08:39 AM
08-12-2009 09:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.