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

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


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

<#include "/${parameters.templateDir}/simple/common-attributes.ftl" />
><#rt/>
<#if parameters.nameValue?exists>
<@ww.property value="parameters.nameValue"/><#t/>






© 2015 - 2024 Weber Informatics LLC | Privacy Policy