Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
hello,
I'm new to Javascript and have a few questions:
I can install the Eclipse SDK and understand the java related documentation, but how do I deal with the built-in JavaScript API in the Composer?
There is no IDE, so I have to rely on my own common sense, JS knowledge and syntax checks in the Composer, right?
It's kind of obvious that me means the same as Things['ThingName'], but is there any specially dedicated section in the help centre for basics like this?
Solved! Go to Solution.
Hi,
This is the most extensive repository about TW Documentation: https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS232833&art_lang=en&posno=1&q=thingworx%20documentation&source…
But I don't think you will find specific Javascript documentation for the Composer. You should learn it with the code Snippets section on the Composer itself.
About your question of me and Things['ThingName']:
Hi,
This is the most extensive repository about TW Documentation: https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS232833&art_lang=en&posno=1&q=thingworx%20documentation&source…
But I don't think you will find specific Javascript documentation for the Composer. You should learn it with the code Snippets section on the Composer itself.
About your question of me and Things['ThingName']:
thank you Carles
the documentation repository link is really useful.
I've read about different keywords for current object reference, but was confused that me doesn't seem JS-specific.
I thought if its TW-specific, it would be documented somewhere and i had skipped the information.