Categories | Question details Back To List | ||
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,... |