CKEditor for Java 3.6.2 發布
CKEditor for Java 3.6.2 發布了,這是 CKEditor 編輯器的 Java 集成版本。
該版本修復了發現的所有bug,集成了 CKEditor 的 3.6.2 版本,支持 iOS 5.
CKEditor for Java Released!
We are happy to announce the release of yet another official CKEditor integration, this time for Java. CKEditor for Java makes integrating the most popular online WYSIWYG editor in the world with Java applications easier than ever before.
Java Support
Java integration was already available for the predecessor of CKEditor, the acclaimed FCKeditor, and we are now proud to present the complete rewrite of this feature.
Using CKEditor for Java
Adding a CKEditor instance to your Java application has never been easier — just follow the steps below:
- Download standalone CKEditor and place it in a directory of your choice, like
/ckeditor/
. - Download the
ckeditor-java-core-3.x.jar
library and place it in the/WEB-INF/lib
directory (or alternatively, add a dependency inpom.xml
). - When the JSP page is ready, declare the CKEditor tag library inside the page:
<%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>
- Add the
tag to the page in order to replace a selected textarea with CKEditor:
<ckeditor:replace replace="textareaId" basePath="/ckeditor/" />
Complete step-by-step integration instructions are available in the Integration Guide.
Download
Visit the CKEditor download page and download the CKEditor for Java as well as the latest CKEditor release.
Reporting Issues
We will be thankful for all feedback regarding the new integration of CKEditor as well as any suggestions on how to further improve it. Please use the CKEditor development web site to report issues and suggestions through tickets. Use the contact form from our website to send your questions and comments.
Support
Community support is available through our forums. Visit the support page for additional options.
CKEditor是新一代的FCKeditor,是一個重新開發的版本。CKEditor是全球最優秀的網頁在線文字編輯器之一,因其驚人的性能與可擴展性而廣泛的被運用于各大網站。