JavaScript

0
Hey all … how can I add an external JavaScript library on Mendix8
asked
1 answers
3

Dear Rossette,

Use Javascript action for things do not have a rendering. 

https://docs.mendix.com/howto/extensibility/best-practices-javascript-actions#2-2-6-using-external-dependencies-in-the-browser

Use widgets for thing that should render

https://docs.mendix.com/howto/extensibility/pluggable-widgets

In pluggable widgets, you can use external library via NPM.

Cheers, Andries

 

answered