10-07-2010 10:18 AM
var mySite = page.url.templateArgs.site;
var myFolderPath = ???;
remote.call("/slingshot/doclib/folderdescription/site/" + mySite + "/documentlibrary/" + myFolderPath);
But I don't know how to get the current folder path ?10-07-2010 03:37 PM
<#if doclist.parent??>
<#assign parentNode = doclist.parent.node>
"nodeRef": "${parentNode.nodeRef}",
"description": "${parentNode.properties.description!""}",
…this.doclistMetadata.parent.description10-12-2010 04:50 AM
this.doclistMetadata.parent.descriptionI don't know in which file I can access this.doclistMetadata…. Is it in documentlibrary.ftl or in documentlibrary.js or smowhere else ???10-12-2010 09:36 AM
10-14-2010 09:10 AM
10-14-2010 09:44 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.