Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.BeanClass

fields:
description:
component: ckeditor

alternative:
component: richeditor
```

## Installation
**Maven**
```xml

tools.dynamia.modules
tools.dynamia.modules.ckeditor
4.20.1.0

```

**Gradle**
```groovy
compile 'tools.dynamia.modules:tools.dynamia.modules.ckeditor:4.20.1.0'
```