?? nav_head.jsp
字號:
<%@page buffer="none" session="false" import="org.opencms.frontend.templateone.*" %><%
// initialize action element to access the API
CmsTemplateNavigation cms = new CmsTemplateNavigation(pageContext, request, response);
// set the default property value to create head navigation menu items
// true: all folders and files without the property "style_head_nav_showitem" explicitly set will be shown in head navigation menu
// false: no folder or file without the property "style_head_nav_showitem" explicitly set will be shown in head navigation menu
cms.setHeadNavItemDefaultValue(true);
out.print(cms.buildNavigationHead(cms.key("link.home"), "navtop", "navspacer"));
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -