Skip to main content
3-Newcomer
January 24, 2025
Solved

Custom Widget for Rich Text

  • January 24, 2025
  • 4 replies
  • 1142 views

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 l
ooking for something like this.

Thanks,
Sharen

Best answer by pshashipreetham

Hi,

 

Thanks for the quick responses, @bchaudhary_448008  @VladimirRosu_116627.

 

@VladimirRosu_116627, as you suggested, we created a custom widget based on quills js lib.

https://quilljs.com/

Thanks,

4 replies

5-Regular Member
January 24, 2025

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

Community Moderator
January 31, 2025

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.

19-Tanzanite
February 3, 2025

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.

 

 

18-Opal
February 3, 2025

Hi,

 

Thanks for the quick responses, @bchaudhary_448008  @VladimirRosu_116627.

 

@VladimirRosu_116627, as you suggested, we created a custom widget based on quills js lib.

https://quilljs.com/

Thanks,