cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Need help in creating custom widget

RB_10191565
6-Contributor

Need help in creating custom widget

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

Mukul
13-Aquamarine
(To:RB_10191565)

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).

Top Tags