Перейти к основному содержимому

oldxml

Description

Определяет сериализацию и разбор XML-формата dhtmlxGantt 1.0

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.