Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kompot/gwtck
GWT wrapper for CKEditor
https://github.com/kompot/gwtck
Last synced: about 1 month ago
JSON representation
GWT wrapper for CKEditor
- Host: GitHub
- URL: https://github.com/kompot/gwtck
- Owner: kompot
- Created: 2011-10-20T21:14:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-04T16:13:34.000Z (over 12 years ago)
- Last Synced: 2023-03-12T10:45:45.638Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Gwtck allows you to use CKEditor in GWT applications.
Started as a fork of gwt-ckeditor (http://code.google.com/p/gwt-ckeditor/)
as it did not allow to use plugins written in GWT to be attached to CKEditor.Gwtck solves this problem. It uses gradle as its build system.
- `gradlew build` builds JAR attachable to your GWT project
- `gradlew devmode` allows you to watch wrapped CKEditor in action (feel free
to modify EntryPoint and see what happens)