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

panda.tool.codegen.view.freemarker.bulk-buttons.ftl Maven / Gradle / Ivy

Go to download

Panda Tool contains some commonly used tools and source code generator for Panda Mvc. Can generate Entity/Query/Dao/Action class, Freemarker (HTML) template file.

There is a newer version: 1.5.3
Show newest version
<#if ui.params.buttons?has_content>
	<#list ui.params.buttons?split(' ') as _b>
		<#if _b?starts_with('*') || _b?starts_with('-')>

			<#assign t = _b?substring(1)/>
			<#include "bulk-buttons-item.ftl"/>
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy