Skip to main content
10-Marble
March 2, 2022
Solved

Need help in creating custom widget

  • March 2, 2022
  • 2 replies
  • 1192 views

How can we create a custom widget without the use of java eclipse? which languages can be use to create a custom widget? I am planning to create Custom Widget of my own.

Best answer by bchaudhary_448008

Hello @RB_10191565 ,

 

This help centre document provides information on how to create customized widgets and the language supported to create customised Widget. Click on the given link:

https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Best_Practices_for_Developing_Applications/visualization_widgets_AddingCustomWidgets.html#

 

Kindly check and let me know if you need anything further.

 

Regards

Bhawna

2 replies

5-Regular Member
March 2, 2022

Hello @RB_10191565 ,

 

This help centre document provides information on how to create customized widgets and the language supported to create customised Widget. Click on the given link:

https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Best_Practices_for_Developing_Applications/visualization_widgets_AddingCustomWidgets.html#

 

Kindly check and let me know if you need anything further.

 

Regards

Bhawna

1-Visitor
March 3, 2022

Without Java eclipse(the standard way of creating widget in Javascript) as mentioned in another answer to this post, you can use web component SDK to create your own widgets which are based on Google Polymer - http://support.ptc.com/help/thingworx_hc/visual_sdk/
I am not sure but I believe the web components widgets are supported on ThingWorx versions > 9. x . On versions < 9.x I believe there is only one standard way of creating widgets in JS (using SDK extension in eclipse).