/CKEditorForMendix

A new WYSIWYG editor for Mendix that also has the ability to create "MicroFlow" links in your HTML output.

Primary LanguageHTMLApache License 2.0Apache-2.0

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.

test

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

test

Example of the end result in mendix.

test

Example of someone clicking the button.

test