Hi,
I am looking for an open source code for an rich text editor, as the HTMLTextArea widget is removed by PTC after Thingworx 9.0.
Can someone help me with this, I am looking for something like this.
Thanks,
Sharen
Solved! Go to Solution.
Hi,
Thanks for the quick responses, @bchaudhary @VladimirRosu.
@VladimirRosu, as you suggested, we created a custom widget based on quills js lib.
https://quilljs.com/
Thanks,
Hello @SS_12358633
As I can see the Rich text has been removed due to security reason. To achieve your use case you need to create a custom extension . Please refer following article to assist you further
https://www.ptc.com/en/support/article/CS388313?source=search
https://www.ptc.com/en/support/article/CS201191?source=search
Thanks
Hello @SS_12358633,
It looks like you have a response from a community member. If it helped to answer your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.
Hi @SS_12358633 ,
Hi Sharen,
You need to create a custom widget based on a rich text javascript library - I see tinymce as an example.
There's nothing I observed based on a quick search.
Hi,
Thanks for the quick responses, @bchaudhary @VladimirRosu.
@VladimirRosu, as you suggested, we created a custom widget based on quills js lib.
https://quilljs.com/
Thanks,