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

io.vertigo.struts2.ftl.template.xhtml_read.controllabel.ftl Maven / Gradle / Ivy

The newest version!
<#--
/*
 * $Id: controllabel.ftl,v 1.1 2013/09/23 16:25:43 npiedeloup Exp $
 * Label pour les controls.
 */
-->

<#if parameters.id??>
 for="${parameters.id?html}"<#rt/>

 class="readonly"<#rt/>
><#t/>
<#if parameters.label = "default">
	<#assign fieldName = parameters.widgetname!parameters.name!""/> <#-- for jquery component -->	
	${util.label(fieldName)?html}<#t/>
<#else>
	${parameters.label?html}<#t/>

<#if parameters.dynamicAttributes['forceTooltip']?? && parameters.dynamicAttributes['forceTooltip'] = 'true' > 
<#include "/${parameters.templateDir}/xhtml/tooltip.ftl" />

<#t/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy