CKEditor for Java 3.6.2 发布

ajax 13年前
     <p>CKEditor for Java 3.6.2 发布了,这是 CKEditor 编辑器的 Java 集成版本。</p>    <p>该版本修复了发现的所有bug,集成了 CKEditor 的 3.6.2 版本,支持 iOS 5.</p>    <h2 class="title"><a title="CKEditor for Java Released!" href="/misc/goto?guid=4958191393750519571">CKEditor for Java Released!</a> </h2>    <div class="meta">     <div class="submitted">      Added by Anna, 02 May 2011     </div>    </div>    <div class="content">     <p>We are happy to announce the release of yet another official CKEditor integration, this time for Java. <strong>CKEditor for Java</strong> makes integrating the most popular online WYSIWYG editor in the world with Java applications easier than ever before.</p>     <h2>Java Support</h2>     <p>Java integration was already available for the predecessor of CKEditor, the acclaimed <strong>FCKeditor</strong>, and we are now proud to present the complete rewrite of this feature.</p>     <h2>Using CKEditor for Java</h2>     <p>Adding a CKEditor instance to your Java application has never been easier — just follow the steps below:</p>     <ul>      <li>Download <a href="/misc/goto?guid=4958190220456413881">standalone CKEditor</a> and place it in a directory of your choice, like <code>/ckeditor/</code>.</li>      <li>Download the <code>ckeditor-java-core-3.x.jar</code> library and place it in the <code>/WEB-INF/lib</code> directory (or alternatively, add a dependency in <code>pom.xml</code>).</li>      <li>When the JSP page is ready, declare the CKEditor tag library inside the page:<pre><%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %></pre></li>      <li>Add the <code></code>tag to the page in order to replace a selected textarea with CKEditor:<pre><ckeditor:replace replace="textareaId" basePath="/ckeditor/" /></pre></li>     </ul>     <p>Complete step-by-step integration instructions are available in the <a href="/misc/goto?guid=4958191395172536742">Integration Guide</a>.</p>     <h2>Download</h2>     <p>Visit the <a href="/misc/goto?guid=4958190220456413881">CKEditor download page</a> and download the <strong>CKEditor for Java</strong> as well as the latest <strong>CKEditor</strong> release.</p>     <h2>Reporting Issues</h2>     <p>We will be thankful for all <strong>feedback</strong> regarding the new integration of CKEditor as well as any <strong>suggestions</strong> on how to further improve it. Please use the <a href="/misc/goto?guid=4958191396599293188">CKEditor development web site</a> to report issues and suggestions through tickets. <a href="/misc/goto?guid=4958191397336013474">Use the contact form</a> from our website to send your questions and comments.</p>     <h2>Support</h2>     <p>Community support is available through <a href="/misc/goto?guid=4958191398082377623">our forums</a>. Visit the <a href="/misc/goto?guid=4958191398817731634">support page</a> for additional options.</p>    </div>    <p><br /> CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。</p>