Skip to content

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

License

Notifications You must be signed in to change notification settings

RCatersels/CKEditorForMendix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 61.1%
  • HTML 32.9%
  • JavaScript 5.7%
  • Other 0.3%