Hi,

I cant't get this sortable working it seems, maybe someone can give me
a hint:

<div id="myList" style="width:600px">
        <?php
        foreach ($image as $img)
        { ?>
                <div> <?php echo $html->image('images'.
DS .'thumb'.'.'.$img['filename'], array('style'=> 'float:left; margin:
5px; border:1px solid #666;padding:3px', 'title' => $img['title'])); ?
></div>
        <?php } ?>
</div>
<?php  echo $ajax->sortable('myList', array('tag'=>'div',
'constraint'=>'false')); ?>

I can drag the images, but I can't drop them, they just slide back to
the original position. Any ideas what I'm doing wrong?

Thanks, Lutz


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to