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

io.vertigo.struts2.ftl.template.xhtml.controlfooter-trlogic.ftl Maven / Gradle / Ivy

The newest version!
<#-- This template determines if the user is using table layout control, and if they are
     if a closing tr tag needs to be emitted due to the number of columns exceeding the 
	 controlLayout.tablecolspan parameter.
-->
<#if controlLayout_tablecolspan?exists >
	<#assign columnCount = controlLayout_currentColumnCount />	
	<#assign tablecolspan = controlLayout_tablecolspan />	
	<#if (columnCount >= tablecolspan) >
		<#-- Write out the closing tr. -->
		<#assign columnCount = 0 />
	
	${stack.setValue('#controlLayout_currentColumnCount', columnCount)}<#t/>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy