02-02-2010 08:19 AM
GET /alfresco/wcservice/ui/myspaces?f={filter?}&p={path?}
web script.GET /alfresco/wcservice/ui/myspacespanel?f={filter}&p={path}&h={home}
…
<#if d.isDocument>
<a href="javascript:SelectFile('${url.context}${d.url}');"><img class="spaceIconImage" alt="" width="16" height="16" src="${url.context}${d.icon16?replace(".gif",".png")}" border=0></a>
<#elseif d.type="{http://www.alfresco.org/model/application/1.0}folderlink">
<#– the component parts need to build up an encoded url to the outer webscript –>
<#– the client-side url encoder method of the outer webscript runtime will be used –>
<span class="spaceNavLinkUrl">${url.serviceContext}/ui/myspaces?f=${args.f}&p=${encodepath(d.properties.destination)}&rp=${args.rp}</span>
<span class="spaceNavLinkImg" style="display:none"><img class="spaceIconImage" alt="" width="16" height="16" src="${url.context}${d.icon16?replace(".gif",".png")}" border="0"></span>
<#else>
<span class="spaceNavLinkUrl">${url.serviceContext}/ui/myspaces?f=${args.f}&p=${args.p?url}%2F${d.name?url}&rp=${args.rp}</span>
<span class="spaceNavLinkImg" style="display:none"><img class="spaceIconImage" alt="" width="16" height="16" src="${url.context}${d.icon16?replace(".gif",".png")}" border="0"></span>
</#if>
…
02-02-2010 10:20 AM
02-03-2010 10:03 AM
(args.f="5" && (d.isDocument && d.mimetype?starts_with("image"))
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.