Hi,I was checking how to create a clickable gantt charts.In the forum i saw a discussion where it was mentioned as following..
"There is in fact a very easy and convenient way to make the Gantt task bars clickable. To do that, you must link the JavaScript function to the task bar/s. The xml format for doing this is as follows:
(Here, myJS is the function name of a JavaScript function, and Hello is the parameter.)"
But when i tried, it was clickable but dint show the alert..Should i include any library...Please help me,