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

template.ajax.treenode-include.ftl Maven / Gradle / Ivy

<#list stack.findValue(parameters.childCollectionProperty.toString()) as child> ${stack.push(child)} <#include "/${parameters.templateDir}/ajax/treenode-include.ftl" /> <#assign oldNode = stack.pop() /> <#-- pop the node off of the stack, but don't show it -->




© 2015 - 2024 Weber Informatics LLC | Privacy Policy