Jump to content


How To Enable Javascript Debug When Using Fcrender Tag?


  • Please log in to reply
No replies to this topic

#1 jeffery.k

jeffery.k

    Forum Newbie

  • Members
  • 2 posts

Posted 13 December 2011 - 08:50 PM

We have an app, running inside a jboss application server, with jsp pages serving up the UI. We're accessing EJB beans to get things like the xmldata, flash filename etc, and rendering the chart with the fcRender tag. When we view these pages on mobile devices like ipad, iPhone, they render in html using the fusioncharts javascript backup.
Based on documentation on the website, the debug for java script is different than the debugMode tag. There are examples given for enabling Javascript debug, if you render the chart directly with javascript, but how do we enable javascript debugging if we us the fcRender tag:

Here's our fcRender statement:
<fc:render
chartId="#{sectionIndex}#{chartIndex}"
windowMode="opaque"
filename="#{chart.shockWaveFileName}"
width="300"
height="200"
debugMode="false"
xml="#{chart.xmlData}"/>

Here's the page describing how to enable debug if you render directly with javascript: http://kb.fusionchar...ing JavaScript?
We tried using those lines, but the web console just says undefined variable FusionCharts