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

panda.tool.codegen.view.freemarker.edit-toolbar.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.toolbar?has_content>
	<#assign _tb = false/>
	<#list ui.params.toolbar?split(' ') as _t><#if _t?starts_with('*') || _t?starts_with('-')>
		<#assign t = _t?substring(1)/>
	<#if !_tb>

	
    <#assign _tb = true/> <#include "edit-toolbar-item.ftl"/> <#if _tb>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy