12-15-2009 08:25 AM
model.documents = node.children
<#list documents as doc>
{
"Name" : "${doc.name}",
"Type" : "${doc.type}",
"Icon16": "${url.context}${doc.icon16}",
"Icon32": "${url.context}${doc.icon32}",
…
I always end up getting _default.gif
if(node.isContainer) {
model.folder = node
}
else {
model.folder = node.parent
}
<#list folder.children as doc>
{
"Name" : "${doc.name}",
"Type" : "${doc.type}",
"Icon16": "${url.context}${doc.icon16}",
"Icon32": "${url.context}${doc.icon32}",
…
it works!04-12-2011 01:51 PM
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.