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

org.webframe.easy.view.commons.form-query-hidden.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
<#-- 隐藏列表的查询条件 -->
<#if attrList??>
	<#list attrList as attr>
		<#if attr.query == true>
			<#if attr.queryConditionType == "interval">
				<#assign beginAttribute="begin" + attr.property>
				<#assign endAttribute="end" + attr.property>
				
				
			<#else>
				<#if queryMap[attr.property]?? && queryMap[attr.property]?is_boolean>
					<#assign defaultValue=queryMap[attr.property]?string>
				
				
			
		
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy