Check documentation for the latest version of dhtmlxSuite findItem DHTMLX Docs

findItem

finds a tree item by text, selects it and focuses on it

void findItem(string searchStr,number direction,number top);
searchStrstringsearch text
directionnumber0: top -> bottom, 1: bottom -> top
topnumber1: start searching from top

Available only in PRO Edition

Back to top