JavaScript <script> tags

2
Hello all, For our project we want to generate PDFs that go a little beyond the capabilities Mendix seems to have out of the box, and I was hoping to do this with JavaScript (jsPDF specifically) in combination with the JavaScript Button from the app store. My question is when trying to run JS that includes a <script> tag, I keep getting an unexpected token error on the first "<". Is it possible in Mendix to include this, or is this something that is not possible on the platform? Is there any documentation on this from Mendix? Any advice would be greatly appreciated, thank you all in advance!
asked
1 answers
4

If you want more Javascript capabilities you should take a look at our custom Javascript widget.

https://appstore.home.mendix.com/link/app/43096/

answered