Page 1 of 1

Integrate a chat application

PostPosted: Tue Mar 18, 2014 12:59 pm
by hareendra
Hi,

I'm trying to integrate a chat app to my Servoy application.

Can someone tell me how to refer an external JavaScript in my Servoy application?
For example if I wanted to include this line of code,

<script type="text/javascript" src="https://myChat.com/chat.aspx?hccid=95365269"></script>

how would i go about it?

Regards,
Hareendra

Re: Integrate a chat application

PostPosted: Tue Mar 18, 2014 3:09 pm
by ngervasi

Re: Integrate a chat application

PostPosted: Thu Mar 20, 2014 2:55 pm
by GaryDotzlaw
I have a couple of tutorials on how to start with integrating external components like this into your Servoy app using the Web Client Utils plugin. In the past, I have done extensive integration's for clients with external components such as drag-and-drop calendaring/scheduling, feature rich charting, etc., wrapping them up in frameworks with bi-directional interaction to Servoy using the WebClientUtils plugin.

You can find my tutorials at dotzlaw.com.