Quote
$xml = "
$xml .= "minorTMNumber='2' minorTMColor='646F8F' minorTMHeight='3' majorTMThickness='1' decimalPrecision='2'";
$xml .= "ledGap='1' ledSize='1' ledBorderThickness='2' clickURL='j-loadurl-";
$xml .= "/php/ShowStoragePool.php?INSTANCE=" . $instance . "&STGPOOL=" . $key;
$xml .= "' >";
(...)
If I set a URL normally, it all works, but I cant set any javascript to be executed. I'm trying to do this according to the docs found here http://www.fusioncha...JavaScript.html .
I even tried j-alert-foobar , nothing worked.
As a note, The mouse pointer changes how it normally does when I hover over the chart, Click just does nothing.
This is using, Version: 1.2.4 (16th February, 2009) Full .
Any help would be Extremely welcome and appreciated.

Back to top
MultiQuote