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

template.xml.grid.ftl Maven / Gradle / Ivy

There is a newer version: 3.5.3
Show newest version
[#ftl/]
[@b.messages slash="4"/] [#if tag.caption??]
${tag.caption?html}
[/#if] [#if tag.hasbar]
[/#if] [#if tag.cols?size>0] [#assign filterable=(tag.filterable="true" || tag.filters?size>0)] [#if filterable] [#list tag.cols as cln] [#if cln.type??] [#else] [#if tag.isFilterable(cln)] [#else][/#if][#t/] [/#if] [/#list] [/#if] [#list tag.cols as cln] [/#list] [/#if] ${tag.body}
[@b.submit id="${tag.id}_filter_submit" class="grid-filter-submit" value=""/][#t/] [#if tag.filters[cln.property]??]${tag.filters[cln.property]}[#else][#t/]
[#t/] [/#if]
[#t/] [#if cln.type??][#if cln.type=="checkbox"][/#if] [#t/] [#else]${cln.title}[/#if][#t/]
[#if tag.hasbar] [#if tag.notFullPage]
[/#if]
[/#if]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy