
jesse.martinez
Members-
Content count
4 -
Joined
-
Last visited
Everything posted by jesse.martinez
-
I was wondering if it is possible to listen on gantt chart click events, specifically on gantt task bar clicks. I want to call a javascript function whenever the user clicks on top of one of the gantt task bars. I will appreciate the help.
-
Gantt Chart onClick event?
jesse.martinez replied to jesse.martinez's topic in Using FusionWidgets XT
That's exactly what I was looking for. Thanks! -
Problem solved, I wasn't aware of the details about FC_Rendered() event, thanks.
-
I have the same problem, I'm using oem license. What I have found is that if you put an 'alert()' between the getChartFromId() and the setDataURL() it works fine, but it does not solve my problem since the charts that I'm using are supposed to run without user interaction. Also, it is happening in IE and Firefox as well.