Check documentation for the latest version of dhtmlxSuite getItemText DHTMLX Docs

getItemText

returns the node's text

string getItemText(string|number id);
idstring|numberthe id of the node
stringthe node's text
Back to top