Can we have nested targets in Dojo?
        Posted  
        
            by Rohit
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rohit
        
        
        
        Published on 2010-01-16T22:28:00Z
        Indexed on 
            2010/03/08
            8:51 UTC
        
        
        Read the original article
        Hit count: 528
        
I have two divs nested under a parent div and I want all these to be source as well as targets for dojo.dnd.
I want to be able to add nodes to the div over which the content was dropped and also allow the user to move this in between the 3 divs.
Something like this - http://www.upscale.utoronto.ca/test/dojo/tests/dnd/test_nested_drop_targets.html
This is I gues implemented in older version of Dojo and doesn' seem to work with 1.4
Is the support for nested targets removed? Is there any way to achieve this?
© Stack Overflow or respective owner