All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.ajax.tree.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
 
id="${parameters.id?html}" <#if parameters.treeSelectedTopic?exists> publishSelectionTopic="${parameters.treeSelectedTopic?html}" <#if parameters.treeExpandedTopic?exists> publishExpandedTopic="${parameters.treeExpandedTopic?html}" <#if parameters.treeCollapsedTopic?exists> publishCollapsedTopic="${parameters.treeCollapsedTopic?html}" <#if parameters.toggle?exists> toggle="${parameters.toggle}" <#if parameters.openAll?exists> openAll="${parameters.openAll?string}" > <#if parameters.label?exists>
id="${stack.findValue(parameters.nodeIdProperty)}" > <#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 -->




© 2015 - 2025 Weber Informatics LLC | Privacy Policy