Is it possible to add external JavaScript libraries into Servoy? If so, how to do it?
Thanks.
Is it possible to add external JavaScript libraries into Servoy? If so, how to do it?
Thanks.
I have adapted several 3rd party library for Servoy as modules (see my developer page for info ( http://blittle.us/3Tfi ). There is not a place to just drop a file and have it loaded. You have to bring the code into a Servoy method and execute the method, which usually only requires minor tweaking, assuming the content of the library doesn’t use objects that aren’t available in Servoy (like DOM references).
Excellent!
When I first post this topic was because I was looking a way to use Date.js in my Servoy solution, and it happens that the website you provided has an implementation of the library for Servoy.
Thank you!
Glad I could help.