Hey all
has anybody tried or successfully added a Skype call button to a grid application?
On test so far of the below code the grid displays mutple call buttons on one line and the remainder lines have no button, also of course I need to send a grid variable to the call so that it calls the person of that line.
Any ideas or solutions out there?
Skype button code:
I had placed the j script into the onappinit and the button into the onrecord and also onscriptinit both with the same effect.
Any ideas would be great! thx in advance
has anybody tried or successfully added a Skype call button to a grid application?
On test so far of the below code the grid displays mutple call buttons on one line and the remainder lines have no button, also of course I need to send a grid variable to the call so that it calls the person of that line.
Any ideas or solutions out there?
Skype button code:
Code:
<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_SmithJones_1"> <script type="text/javascript"> Skype.ui({ "name": "dropdown", "element": "SkypeButton_Call_SmithJones_1", "participants": ["SmithJones"] }); </script> </div>
Any ideas would be great! thx in advance
Comment