Hello,
I am trying to integrate the Gantt product into our in-house business automation suite. I am trying to implement my own server side “Data Processor” interface and I have a few questions:
-
Is there a specification of what the “server side” needs to return to the client side data processor?
-
It seems that for every action performed on the interface, there are at least three requests posted to the server side. Is that normal?
-
The Gantt interface seems to remember all the “tasks” and “links” added even after gantt.clearAll() is called. This is the case even after the page reloads. Is there a way to completely clear the internal state?
Thanks,
-esr-