-
Notifications
You must be signed in to change notification settings - Fork 51
RichtextEditor
Johannes Geppert edited this page Jun 26, 2015
·
2 revisions
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>
- Home
- Ajax
- UI widgets
- UI interactions
- Resizable for Divs
- Drag and Drop for Divs
- Selectable for Divs
- Sortable for Divs
- Form Elements
- Tasks