Categories | Question details Back To List | ||
Tree unclosable node How can i make a node in the tree unclosable? I don't want the user to be able to close the parent node of my tree , is this possible? Thanks in advance Answer posted by Alex (support) on Apr 16, 2009 05:18 You can use event handlers to prevent item closing: tree.attachEvent("onOpenStart",function(id,state){
|