📄 opengallery.jsp
字号:
<%@ page import="org.opencms.workplace.galleries.CmsOpenGallery" %>
<%
// initialize the workplace class
CmsOpenGallery wp = new CmsOpenGallery(pageContext, request, response);
%>
<%= wp.htmlStart(null) %>
<script type="text/javascript">
<!--
<%= wp.openGallery() %>
//-->
</script>
<% wp.actionCloseDialog(); %>
<%= wp.htmlEnd() %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -