Hi,
How do I use javascript on outsystems?
Hi Adrian,
I hope I can help you.
There is documentation here:
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/JavaScript/Extend_Your_Web_Application_Using_JavaScript
And on this link you can see a course from outsystems
https://www.outsystems.com/learn/courses/168/getting-started-with-outsystems-for-front-end-developers/?IsFromFeedbackEmail=False
Hope this helps :)
If you're developing a Traditional Web application you use the RunJavaScript action from HTTPRequestHandler exception and fill your script on the parameter Script:
If you are in Mobile / Reactive, you just drag the JavaScript action from the sidebar and add your script
Hope it helps.
Cheers,
João Marques
Please follow the link https://www.outsystems.com/learn/courses/44/master-class-on-javascript-and-jquery/?IsFromFeedbackEmail=False. It's a good course to use js in outsyatems