DHTMLX Docs & Samples Explorer

loadStructString(string, onLoadFunction)

Loads XML string into dhtmlxForm instance.

Parameters:

  • string - XML string with data
  • onLoadFunction - (optional) a user defined handler which is called when loading has been done
myForm.loadStructString("<items>...", function(){
    // onload handler
});

See also: