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

📄 commentform.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 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>&nbsp;</h2>  <div class="contentItemBody">    <%@ include file="/WEB-INF/fragments/commentForm.jsp" %>  </div></div>

⌨️ 快捷键说明

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