Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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.
Solved! Go to Solution.
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:
Kindly check and let me know if you need anything further.
Regards
Bhawna
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:
Kindly check and let me know if you need anything further.
Regards
Bhawna
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).