09-08-2006 04:04 AM
09-15-2006 06:17 AM
Hello,
I make a new dashboard, and I want to order my documents from the more recent to the older.
I don't know how to make that(in a simple way, while perhaps using javascript API)
My template is like that for the moment :
<#list userhome.children as child>
<#if child.isDocument>
<#assign datetimeformat="dd MMM yyyy HH:mm">
<table>…
${child.properties.created?string(datetimeformat)}
${child.properties.name}
….
</table>
</#if>
</#list>
Thanks for your help.
(Alfresco 1.3)
09-26-2006 05:20 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.