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

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

There is a newer version: 2.2.5
Show newest version

 name="${parameters.name?default("")?html}"<#rt/>
<#if parameters.nameValue?exists>
 value="<@ww.property value="parameters.nameValue"/>"<#rt/>

<#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/>

/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy