Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by VIKAS MANHAR on Jan 25, 2008 10:25
open dhtmlx forum
DHXTree Item Add

How to Add Item As SIBLING ITEM at the End? Even Selected anywhere?
Answer posted by Stanislav on Jan 25, 2008 15:44
If you need to add item as lats child of some element
    tree.insertNewChild(parent_id,new_id,....
if you need to add item as sibling of some other item
    tree.insertNewNext(sibling_id,new_id,...