index.html
来自「sturts_menu 的源代码 主要提过了常用的menu菜单样式」· HTML 代码 · 共 20 行
HTML
20 行
## The displayMenu macro (at the bottom of this template) is defined in
## struts-menu.jar!/net/sf/displayer/globalMacros.vm. It has a callback to the #menuItem macro
## you see below. You can override this macro by creating a menuMacros.vm template
## at the root of your classpath
#macro( menuItem $menu $level )
#set ($title = $displayer.getMessage($menu.title))
#if ($stringUtils.indexOf($menu.url, "velocity") > -1 && !$writeNewSeparator)
</ul>
<h3>New and Cool Examples</h3>
<ul class="glassList">
#set($writeNewSeparator = "false")
#end
#if ($menu.url)
<li><a href="$!menu.url" title="$title">$title</a>
#if ($menu.toolTip)- $!menu.toolTip #end</li>
#end
#end
#displayMenu($menu 0)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?