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

template.general.form-validate.ftl Maven / Gradle / Ivy

<#if parameters.validate?default(false) == true>

	
	
	<#if parameters.onsubmit?exists>
		${tag.addParameter('onsubmit', "${parameters.onsubmit}; return validateForm_${parameters.id}();")}
	<#else>
		${tag.addParameter('onsubmit', "return validateForm_${parameters.id}();")}
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy