Is there a way to execute external Js functions in Mendix page (I have tried htmlsnippet).

2
Hi Guys,  I have an external Js, which is used to load a chat widget inside a div container. (In a static Html I can load data to this div by calling the exported functions from this js by calling it inside the script tag) I tried to achieve this using the htmlsnippet widget, by creating the external js file in the theme folder and pointed the location in widget. Now I need to call one of the functions from this file and load data inside a div on the mendix page. Does anyone have suggestions on how to implement this?  
asked
3 answers
0

Use the HTML snippet
https://appstore.home.mendix.com/link/app/56/

answered
0

Have you tried putting the pointer to your external JS file in the index.html of the theme then use the html snippet to call your function?

answered
0

Any html/js snippet for native mobile? To load external js files at runtime.?

answered