Hello,
I would like to know how to integrate JavaScrip framework and in paticular Enigma.Js to use Qlik on my OutSystems application.
Thank you
Hi Shamin,
You just need to import the Js File to your Module and you can use the js.
Hi @Abhishek Hayaran ,
Thank you for your answer.
I downloaded Enigma.Js on my computer from github but I don't know how to import it on my module?
Goto Module -- > Interface Tab > Script --> Import Script
Yes but in the script how to use the enigma.js library dowloaded in my computer?
use this file enigma.min.js
Hi @Shamin KURREEMBOKUS,Take a look at this documentation and let us know if you have any further related questions.Thank you!
Hello @Samuel Marques,
Yes I take a look on your link.
I use the RequireScript on a OnReady action and I see this:
"<script src="https://cdn.jsdelivr.net/npm/enigma-js@0.3.0/lib/enigma-js.min.js" data-os-finished="true"></script>"
Now I have to try to use enigma.Js function.
There was a great course that got in-depth about this topic. I couldn't find it anymore so that is a shame.
But if you want an example you can take a look at one of my components. I would recommend Leaflet as this is a rather complete example.
If you have any questions don't hesitate to ask either via DM or, better, via Discord. You can find me on the unofficial OutSystems discord here: https://discord.gg/8VQTzSyF
Hope this helps.
Vincent
Hello @Vincent Koning,
Thank you for your post, I will check it and if I have some question I will ask you on your discord.