DOC

cn.jhc : umeditor-fragment

Maven & Gradle

Jan 21, 2014
1 usages
1 stars

umeditor-fragment · Web fragment wrapper for umeditor(https://github.com/campaign/umeditor). umeditor is the mini version of ueditor(http://ueditor.baidu.com/website/), which is a versatile rich text editor. umeditor has been used in http://tieba.baidu.com, and has proven to be an efficient editor. umeditor-fragment is a wrapper for umeditor, it use Servlet 3.0 techonology, and can be deployed as a single web fragment jar.

Table Of Contents

Latest Version

Download cn.jhc : umeditor-fragment Javadoc & API Documentation - Latest Versions:

All Versions

Download cn.jhc : umeditor-fragment Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file umeditor-fragment-0.0.2-javadoc.jar to umeditor-fragment-0.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder umeditor-fragment-0.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "umeditor-fragment-0.0.2-sources.jar" -d "umeditor-fragment-0.0.2-javadoc" -subpackages 

Advertisement