|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/2/2007 4:14:41 PM
Posts: 1,
Visits: 4
|
|
I originally used setDataURL until I found out that the free version doesn't support updating. No problem, I can retrieve the XML and use setDataXML in JSP. Once doing that, I found out that the VERY SAME XML doesn't work using both methods. It seems that setDataXML hates double quotes ("). So, I removed all of them... almost.
Here's the problem. Using setDataXML, I'd like to have a link to call a javascript function. That function should be able to have a parameter of type string like this:
<set value='5' link="javascript :myFunction('hello world')">
This syntax is represented in the drill down docs, but I can't seem to get it formatted so that setDataXML will take it.
Any help? Thanks!
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Use a combination of ", ' and ascii code of "
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|