Check documentation for the latest version of dhtmlxSuite setImageArrays DHTMLX Docs

setImageArrays

sets the images used for parent-child threads drawing (lines, plus, minus)

void setImageArrays(string arrayName,string image1,string image2,string image3,string image4,string image5);
arrayNamestringname of array: plus, minus
image1stringcrossed out image
image2stringimage with a top line
image3stringimage with a bottom line
image4stringimage without lines
image5stringsingle root image
Back to top