CKEditor For Mendix
Content Type: Widget
Categories: Data
Overview
This widget gives you a full version of the CKEditor with an extra button to create microflow links inside your HTML output. Use this to add a full WYSIWYG editor for your entity attributes.
Documentation
CKEditor for Mendix
This widget gives you a full version of the CKEditor with an extra button that allows you to create microflow links inside your HTML output.
Contributing
For more information on contributing to this repository visit Contributing to a GitHub repository!
Typical usage scenario
Use this widget to add a full WYSIWYG editor for your entity attributes. This version has the ability to add links to HTML that can run microflows when clicked uppon.
Description
The CKEditor widget comes with the CKEditor viewer. This viewer will enable the posibility to reformat links to microflow links.
- The viewer needs an entity and attribute where it can get the HTML code.
- You can style the link as a button or just text.
- Within the CKEditor widget configure labels that can be placed with the mendix link button.
- These labels can be configured in the viewer to execute a microflow.
- The microflow will get the entity from the viewer widget.
Example of the entire editor
Example of the end result in mendix.
Example of someone clicking the button.
Releases
Version: 2.5.2
Framework Version: 7.0.2
Release Notes: Fix:
- Users can't single tap to the field since the touches are hijacked by fastclick
Chore:
- Jquery update 3.3.1 since it had `protoype pollution` vulnerability