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

template.simple.label.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version

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

<#if parameters.cssClass?exists>
 class="${parameters.cssClass?html}"<#rt/>

<#if parameters.cssStyle?exists>
 style="${parameters.cssStyle?html}"<#rt/>

<#if parameters.title?exists>
 title="${parameters.title?html}"<#rt/>

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

><#rt/>
<#if parameters.nameValue?exists>
<@ww.property value="parameters.nameValue"/><#t/>






© 2015 - 2025 Weber Informatics LLC | Privacy Policy