I cannot create netsted sortables.
If the layers are netsted such as:
<div id="1>Bla1 <div id="2">Bla2 </div> </div>
and i try:
Sortable.create("div1",{tag:'div',dropOnEmpty:true,containment:
["div1","div2"],constraint:false,only:'section'});
Sortable.create("div2",{tag:'div',dropOnEmpty:true,containment:
["div1","div2"],constraint:false,only:'section'});Then only firebug shows that only div2 is sortable, but it is actually div1 that can be dragged? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
