Check documentation for the latest version of dhtmlxSuite loadXMLString DHTMLX Docs

loadXMLString

loads the list of options from XML string

void loadXMLString(stringstring);

Deprecated

new usage:

myCombo.load(url, callback);
stringstringxml string
Change log

deprecated from version 4.0

Back to top