My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

RichtextEditor  
The Richtext Editor Widget.
Phase-Implementation
Updated Jul 12, 2010 by johgep

Introduction

Struts2 jQuery Plugin supports CKEditor and Tinymce as Richtext Editor.

To use this Features you need to copy the struts2-jquery-richtext-plugin.jar into your WEB-INF/lib path or add it to your maven dependencies.

<dependencies>
    ...
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-plugin</artifactId>
        <version>X.X.X</version>
    </dependency>
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-richtext-plugin</artifactId>
        <version>X.X.X</version>
    </dependency>
    ...
</dependencies>
Comment by wanghais...@gmail.com, Sep 13, 2010

cxvxv


Sign in to add a comment
Powered by Google Project Hosting