📄 noteedit.jsp
字号:
<%@ include file="/includes/header.jsp" %>
<%@ page import="com.sourcetap.sfa.account.*" %>
<jsp:useBean id="abstractNoteEP" class="com.sourcetap.sfa.note.AbstractNoteEP" scope="application" />
<jsp:useBean id="abstractNoteWEP" class="com.sourcetap.sfa.note.AbstractNoteWEP" scope="application" />
<!-- Display the Section and process events. -->
<%
try {
out.write(
abstractNoteWEP.processEvents(
"NOTE_ATTACHMENT",
"NoteEdit",
userInfo,
request,
response,
delegator,
abstractNoteEP,
uiCache,
false)
);
} catch (Exception e) {
e.printStackTrace();
}
%>
<%@ include file="/includes/footer.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -