跳到主要内容

oldxml

Description

指定 dhtmlxGantt 1.0 的 XML 格式的序列化与解析

oldxml: any

Example

const obj = gantt.oldxml; // -> { parse(text,loader){...}, serialize(){... }}

Details

XML 对象包含 2 个成员:

  • parse() 方法 - 定义 dhtmlxGantt 将如何在 XML 格式中解析数据。
  • serialize() 方法 - 定义 dhtmlxGantt 将如何把数据序列化为 XML 格式。
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.