
template.ajax.tree.ftl Maven / Gradle / Ivy
id="${parameters.id?html}"#if>
<#if parameters.treeSelectedTopic?exists>
publishSelectionTopic="${parameters.treeSelectedTopic?html}"
#if>
<#if parameters.treeExpandedTopic?exists>
publishExpandedTopic="${parameters.treeExpandedTopic?html}"
#if>
<#if parameters.treeCollapsedTopic?exists>
publishCollapsedTopic="${parameters.treeCollapsedTopic?html}"
#if>
<#if parameters.toggle?exists>
toggle="${parameters.toggle}"
#if>
<#if parameters.openAll?exists>
openAll="${parameters.openAll?string}"
#if>
>
<#if parameters.label?exists>
id="${stack.findValue(parameters.nodeIdProperty)}"
#if>
>
<#elseif parameters.rootNode?exists>
${stack.push(parameters.rootNode)}
<#include "/${parameters.templateDir}/ajax/treenode-include.ftl" />
<#assign oldNode = stack.pop()/> <#-- pop the node off of the stack, but don't show it -->
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy