📄 fieldconfiguration-overviewfield.jsp
字号:
<%@ page import="org.opencms.workplace.tools.searchindex.*, org.opencms.jsp.CmsJspActionElement, org.opencms.workplace.list.A_CmsListDialog" %><% CmsJspActionElement actionElement = new CmsJspActionElement(pageContext, request, response); CmsOverviewFieldDialog wpWidget = new CmsOverviewFieldDialog(actionElement); // perform the widget actions wpWidget.displayDialog(true); if (wpWidget.isForwarded()) { return; } // Fields list A_CmsListDialog listMappings = new CmsMappingsList(actionElement); // perform the list actions listMappings.displayDialog(true); // write the content of widget dialog wpWidget.writeDialog(); // write the content of list dialogs listMappings.writeDialog();%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -