<#-- /* * $Id: pom.xml 560558 2007-07-28 15:47:10Z apetrelli $ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ -->
gridIconSrcT="<@s.url value='${parameters.blankIconSrc}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcL?exists> gridIconSrcL="<@s.url value='${parameters.gridIconSrcL}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcV?exists> gridIconSrcV="<@s.url value='${parameters.gridIconSrcV}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcP?exists> gridIconSrcP="<@s.url value='${parameters.gridIconSrcP}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcC?exists> gridIconSrcC="<@s.url value='${parameters.gridIconSrcC}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcX?exists> gridIconSrcX="<@s.url value='${parameters.gridIconSrcX}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcY?exists> gridIconSrcY="<@s.url value='${parameters.gridIconSrcY}' encode="false" includeParams='none'/>" <#if parameters.gridIconSrcZ?exists> gridIconSrcZ="<@s.url value='${parameters.gridIconSrcZ}' encode="false" includeParams='none'/>" <#if parameters.expandIconSrcPlus?exists> expandIconSrcPlus="<@s.url value='${parameters.expandIconSrcPlus}' includeParams='none'/>" <#if parameters.expandIconSrcMinus?exists> expandIconSrcMinus="<@s.url value='${parameters.expandIconSrcMinus?html}' includeParams='none'/>" <#if parameters.iconWidth?exists> iconWidth="<@s.url value='${parameters.iconWidth?html}' encode="false" includeParams='none'/>" <#if parameters.iconHeight?exists> iconHeight="<@s.url value='${parameters.iconHeight?html}' encode="false" includeParams='none'/>" <#if parameters.toggleDuration?exists> toggleDuration=${parameters.toggleDuration?c} <#if parameters.templateCssPath?exists> templateCssPath="<@s.url value='${parameters.templateCssPath}' encode="false" includeParams='none'/>" <#if parameters.showGrid?exists> showGrid="${parameters.showGrid?default(true)?string}" <#if parameters.showRootGrid?exists> showRootGrid="${parameters.showRootGrid?default(true)?string}" <#if parameters.id?exists> 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?html}" > <#if parameters.label?exists>
id="${stack.findValue(parameters.nodeIdProperty)}" <#else> id="${parameters.id}_root" > <#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 -->