Skip to main content

oldxml

Description

Specifies serialization and parsing in the XML format of dhtmlxGantt 1.0

oldxml: any

Example

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

Details

The XML object contains 2 members:

  • parse() method - defines how dhtmlxGantt will parse data in the XML format.
  • serialize() method - defines how dhtmlxGantt will serialize data into the XML format.