Page 1 of 1

Third Party JavaScript Libraries

PostPosted: Fri Apr 03, 2009 2:00 am
by juliaaano
Is it possible to add external JavaScript libraries into Servoy? If so, how to do it?

Thanks.

Re: Third Party JavaScript Libraries

PostPosted: Fri Apr 03, 2009 4:33 pm
by agiletortoise
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).

Re: Third Party JavaScript Libraries

PostPosted: Tue Apr 07, 2009 5:32 am
by juliaaano
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. :D

Thank you!

Re: Third Party JavaScript Libraries

PostPosted: Tue Apr 07, 2009 3:18 pm
by agiletortoise
Glad I could help. :-)