📄 demo14.jsp
字号:
<%@ page
buffer="none"
import="org.opencms.workplace.demos.list.*" %>
<%
// initialize the widget dialog
CmsGroupDemo wpWidget = new CmsGroupDemo(pageContext, request, response);
// perform the widget actions
wpWidget.displayDialog(true);
if (wpWidget.isForwarded()) {
return;
}
// initialize the list dialog
CmsListDemo14 wpList = new CmsListDemo14(wpWidget.getJsp());
// perform the list actions
wpList.displayDialog(true);
// write the content of widget dialog
wpWidget.writeDialog();
// write the content of list dialog
wpList.writeDialog();
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -