DHTMLX Docs & Samples Explorer

loadStruct(xml, onLoadFunction)

Loads XML into dhtmlxForm instance.

  • xml - http path to file;
  • onLoadFunction - optional, user defined handler, will called when loading is done.
dhxForm.loadStruct("file.xml", function(){
  // onload handler
});