DHTMLX Docs & Samples Explorer

loadStruct(data,onLoadFunction)

Loads XML into dhtmlxForm instance.

Parameters:

  • data - http path to XML file
  • onLoadFunction - (optional) a user defined handler which is called when loading has been done
myForm.loadStruct("file.json", function(){
  // onload handler
});

See also: