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

panda.tool.codegen.view.freemarker.edit-script.ftl Maven / Gradle / Ivy

<#macro initpc f>
	<#assign _popup = {}/>
	<#assign _clear = []/>
	<#if f.editTag??>
		<#list f.editTag.paramList as p>
			<#if p.name == "~popup">
				<#assign _popup = p.values/>
			
			<#if p.name == "~clear">
				<#assign _clear = p.values/>
			
		
	

		




© 2015 - 2024 Weber Informatics LLC | Privacy Policy