⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 searchindex_overview.jsp

📁 cms是开源的框架
💻 JSP
字号:
<%@ page import="org.opencms.jsp.CmsJspActionElement, org.opencms.workplace.tools.searchindex.*, org.opencms.workplace.CmsWidgetDialog, org.opencms.workplace.list.*" %>
<% 
  CmsJspActionElement actionElement = new CmsJspActionElement(pageContext, request, response);
  CmsWidgetDialog wpWidget = new CmsOverviewSearchIndexDialog(actionElement);

  // perform the widget actions   
  wpWidget.displayDialog(true);
  if (wpWidget.isForwarded()) {
    return;
  }
  A_CmsListDialog wpList = new CmsSearchIndexSourceList(actionElement);
      
  // 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 + -