So, after learning on how to make a PCF control from my previous learning experience. I decided to look for other controls that I can work on. One of them is the TinyMCE/Rich Text Editor control. I noticed that there is another RTE editor in https://pcf.gallery/. However, one of my need is to convert them to the HTML content, as it will be used within the body of email in some of the existing workflows, and also the existing system that I’m working on is already using the older xrmtinymce that hasn’t been maintained for a while.
Without further ado, here is the demo:
You can check the source code and get the managed solution from this github repo: https://github.com/andz88/PCF.TinyMCE
A few learning items from building this PCF control:
Original Post https://andz88.wordpress.com/2019/10/23/new-pcf-tinymce-rich-text-editor/