12-07-2016 01:28 AM
: I want to show call variable as a link in Cisco finesse. Example : if the call variable is : http://cisco.com/ I want to show it as link such as : <a href="http://cisco.com">http://cisco.com</a>
Solved! Go to Solution.
12-07-2016 11:27 AM
Hi,
In the gadget code where the html is being built for the table, do "<a href=\"+ variables[key] + "\"> "+ variables[key] + "</a>". (I think I got the escaping correct)
Thanx,
Denise
12-07-2016 10:34 AM
Hi,
Can you elaborate where you want to show the link? Is it in a gadget?
Thanx,
Denise
12-07-2016 10:52 AM
hi ,
yes it is a gadget simply in the below image I want http://www.facebook.com/
as linkable not text
12-07-2016 11:27 AM
Hi,
In the gadget code where the html is being built for the table, do "<a href=\"+ variables[key] + "\"> "+ variables[key] + "</a>". (I think I got the escaping correct)
Thanx,
Denise
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide