📄 commentform.jsp
字号:
<c:if test="${blog.richTextEditorForCommentsEnabled}"> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor( 'commentBody' ) ; oFCKeditor.BasePath = '${pageContext.request.contextPath}/FCKeditor/' ; oFCKeditor.Config["CustomConfigurationsPath"] = '${pageContext.request.contextPath}/fckconfig_pebble.js'; oFCKeditor.ToolbarSet = 'Comment' ; oFCKeditor.ReplaceTextarea() ; oFCKeditor.MakeEditable(); } </script></c:if><div class="contentItem"> <h1><fmt:message key="comment.addComment" /></h1> <h2> </h2> <div class="contentItemBody"> <%@ include file="/WEB-INF/fragments/commentForm.jsp" %> </div></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -