Categories | Question details Back To List | ||
DHTMLX tree+check box Respected Sirs, Thanks Joby
Answer posted by Support on Jul 02, 2008 08:58 The image can't be changed by API call ( you can change only state - checked|unchecked|disabled etc. ) The code to change tree item directly by DOM manipulation will look as tree._idpull[id].htmlNode.childNodes[0].childNodes[0].childNodes[1].childNodes[0].src="custom image path"; id - id of item |