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

io.vertigo.struts2.ftl.template.xhtml.a.ftl Maven / Gradle / Ivy

The newest version!
<#--
/*
 * Override tag a to support insert into 
 */
-->
<#assign currentLayout = controlLayout_type?default('none') />	
<#if currentLayout = 'table'>
	<#include "/${parameters.templateDir}/xhtml/controlheader-trlogic.ftl" />
		
	<#if parameters.inputcolspan??>
	    colspan="${parameters.inputcolspan?html}"<#t/>	    
	
	<#if parameters.align??>
	    align="${parameters.align?html}"<#t/>
	
	><#lt/>
	<#if controlLayout_tablecolspan?exists >
    		<#assign columnCount = controlLayout_currentColumnCount + parameters.inputcolspan?default(1) />	
		<#-- update the value of the controlLayout_currentColumnCount bean on the value stack. -->
		${stack.setValue('#controlLayout_currentColumnCount', columnCount)}<#t/>
	

<#include "/${parameters.templateDir}/xhtml/pushLayoutType.ftl" />
${stack.setValue('#controlLayout_type', 'none')}<#t/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy