Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 20, 2008 03:41
open dhtmlx forum
Tree

Hi,
In tree control how to get the selected value of a node
Answer posted by Support on Oct 20, 2008 04:52
var id = tree.getSelectedItemId();
var text = tree.getItemText(id);