Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamiatools/module-ckeditor
ZK CKeditor for DynamiaTools
https://github.com/dynamiatools/module-ckeditor
Last synced: 5 days ago
JSON representation
ZK CKeditor for DynamiaTools
- Host: GitHub
- URL: https://github.com/dynamiatools/module-ckeditor
- Owner: dynamiatools
- License: lgpl-3.0
- Created: 2019-05-25T15:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T15:02:54.000Z (over 1 year ago)
- Last Synced: 2023-12-19T15:43:56.366Z (11 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZK CKeditor for DynamiaTools
This module simple integrated CKeditor for ZK to DynamiaTools Apps.
Provide an alias for ckeditor, form renderer support and databinding improvements.## Example:
```yml
view: form
beanClass: my.app.BeanClassfields:
description:
component: ckeditor
alternative:
component: richeditor
```## Installation
**Maven**
```xmltools.dynamia.modules
tools.dynamia.modules.ckeditor
4.20.1.0```
**Gradle**
```groovy
compile 'tools.dynamia.modules:tools.dynamia.modules.ckeditor:4.20.1.0'
```