Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Depor on Oct 23, 2007 00:56
open dhtmlx forum
Updating tree node label

I have to set new label of specified node. How can I do it?
Answer posted on Oct 23, 2007 09:48
You can do it by next code

    tree.setItemText(id,new_text);