group_edit.jsp

来自「找了很久才找到到源代码」· JSP 代码 · 共 10 行

JSP
10
字号
<%@ page import="org.opencms.workplace.tools.accounts.*"%><%

	// initialize the workplace class
	CmsEditGroupDialog wp = new CmsEditGroupDialog(pageContext, request, response);
    // this class is used for new groups too.  	
    wp.setOnlineHelpUriCustom("/acounts/groups/edit/");
	// perform the dialog action	
	wp.displayDialog();
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?