在从数据源开始加载数据之前触发
gantt.attachEvent("onLoadStart", function(url, type){ console.log("onLoadStart", url, type) });
该事件在 load 方法中触发。