50
Views
9
Comments
How to use JavaScript Framework "Enigma.js" on my OutSystems application?
Application Type
Reactive
Service Studio Version
11.54.28 (Build 62865)

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

2024-07-18 10-54-11
Abhishek Hayaran

Hi Shamin,

You just need to import the Js File to your Module and you can use the js.

UserImage.jpg
Shamin kurreembokus

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?


2024-07-18 10-54-11
Abhishek Hayaran

Goto Module -- > Interface Tab > Script --> Import Script 

UserImage.jpg
Shamin kurreembokus

Yes but in the script how to use the enigma.js library dowloaded in my computer?

2024-07-18 10-54-11
Abhishek Hayaran

use this file enigma.min.js

2023-09-05 17-01-18
Samuel Marques
Staff

Hi @Shamin KURREEMBOKUS,

Take a look at this documentation and let us know if you have any further related questions.

Thank you!

UserImage.jpg
Shamin kurreembokus

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.

Thank you


2020-09-21 08-42-47
Vincent Koning

Hi Shamin,

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

UserImage.jpg
Shamin kurreembokus

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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.