[Dojo-interest] dnd with one extra node

dojonewb martingaleh at yahoo.com
Tue Jun 1 15:35:06 EDT 2010


That didn't work for me

<div dojoType="dojo.dnd.Source" id="container1" jsId="c1" dropParent="parent"
class="dndcontainer" style="width: 500px; margin-top: 3px; overflow: auto;">
  First<br />
   <div id="parent">
      <?foreach ($albumPictures as $picture){?>
	<div class="dojoDndItem celloutside"><img id="<?=$picture['picture_id']?>"
src="<?=$picture['image_link']?>&aw=88&ah=100">   
         </div>
      <?}?>
   </div>				
</div>

I tried dropParent="dojo.byId('parent')", which didn't work either.




More information about the Dojo-interest mailing list