YUI TreeView Selection destroyed on recreate.
        Posted  
        
            by Nathaniel Flath
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nathaniel Flath
        
        
        
        Published on 2010-04-06T21:23:53Z
        Indexed on 
            2010/04/09
            4:13 UTC
        
        
        Read the original article
        Hit count: 424
        
I have a YUI Treeview that allows selection with checkboxes. After some operations, I destroy the tree (with tree.destroy()), and then create a new tree using the same containerID. This new tree should allow selection using checkboxes, but does not. What could be causing this?
© Stack Overflow or respective owner