ppfuse-web-common.2.1.0.source-code.cssVerticalMenu.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appfuse-web-common Show documentation
Show all versions of appfuse-web-common Show documentation
Common web files (images, stylesheets, scripts) and Java classes (listeners and filters) used
by all web frameworks. This module is not meant to be included in a project utilizing AppFuse.
It's designed to be used internally by AppFuse only.
#macro( displayCssMenu $menu )
#if ($displayer.isAllowed($menu))
## set menu title
#set ($title = $displayer.getMessage($menu.title))
#if (!$menu.parent) $title
#end
#foreach ($menuItem in $menu.components)
#if ($displayer.isAllowed($menuItem))
#set ($title = $displayer.getMessage($menuItem.title))
- ${title}
#end
#end
#end
#end
#displayCssMenu($menu)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy