|
RichtextEditor
The Richtext Editor Widget.
Phase-Implementation IntroductionStruts2 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>
| |
► Sign in to add a comment
cxvxv