Check documentation for the latest version of dhtmlxSuite setStdImages DHTMLX Docs

setStdImages

sets default images for nodes (must be called before XML loading)

void setStdImages(string im0,string im1,string im2);
im0stringimage for a node without children
im1stringimage for a closed node
im2stringimage for an opened node
Back to top