Give us feedback
ckeditor-5-reactive
Reactive icon

CKEditor 5 Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 29 June 2021 by 
4.0
 (1 rating)
ckeditor-5-reactive

CKEditor 5 Reactive

Details
Modern JavaScript rich text editor with a modular architecture. Its clean UI and features provide the perfect WYSIWYG UX ❤️ for creating semantic content.
Read more

Modern JavaScript rich text editor with a modular architecture. Its clean UI and features provide the perfect WYSIWYG UX ?? for creating semantic content.

It has two types of editor classic and inline.

Release notes (1.0.0)
Reviews (1)
by 
2023-02-22
in version 1.0.0
**Revised review**

I have figured out how to get this working now. You have to point your textbox.id or container.id into the 'TextEditorId' property field. You must use the expression editor to select the .id.

Customisations are done via the CKeditor5 - OnReady JS file within Create(). Best to make a clone of the module to avoid any problems if they should arise.

Have revised scoring as this is lovely and easy to use, just needs a small amount of documentation on this page to help fellow developers know what they simply need to do.

Recommend this knowing the above info now.


===================================================
Old original review:

No documention how to set this up compared with CKditor 4. I went on official documentation but it talks about non outsystems setup.

I checked the CKEditor 5 (traditional) component, but the setup and input parameters are different to this version.
There is no event handling in the widget either to handle the actions, so have no idea how to link this up and trigger anything.

Please add documentation to set this up and I will revise the review.

For now - avoid using this.
Team