DHTMLX Docs & Samples Explorer

loadStructString(xmlString, onLoadFunction)

Loads XML string into dhtmlxForm instance.

  • xmlString - xml string with data;
  • onLoadFunction - optional, user defined handler, will called when loading is done.
dhxForm.loadStructString("<items>...", function(){
    // onload handler
});