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

templates.tab.ftl Maven / Gradle / Ivy

The newest version!
<#--选项卡相关组件-->

<#--选项卡面板-->
<#macro tab_panel>
<#nested />
<#--选项卡按钮组--> <#macro tabs> <#--选项卡按钮--> <#macro tab ref name active=false icon="">
  • <#if icon!=""> ${name}
  • <#--选项卡内容组--> <#macro tab_contents>
    <#nested/>
    <#--选项卡内容--> <#macro tab_content id active=false>
    <#nested/>




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy