跳到主要内容

onLoadEnd

Description

数据源加载完成后触发

onLoadEnd: (url: string, type: string) => void;

Parameters

  • url - (required) string - 服务器端 url(可能是静态文件或输出数据的服务器端脚本)
  • type - (required) string - ('json', 'xml', 'oldxml') 数据类型

Example

gantt.attachEvent("onLoadEnd", function(url, type){
console.log("onLoadEnd",url, type)
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.