I read manual/wiki... But don't understand how it's work ;-)))
Sorry for my dummy...
But can you help me?
I make like:
div style="height:200px;">
<div style="float:left;">
<h3>This is the first list</h3>
<ul class="sortabledemo" id="firstlist"
style="height:150px;width:200px;">
<li class="green" id="firstlist_firstlist1">Item 1 from first
list.</li>
<li class="green" id="firstlist_firstlist2">Item 2 from first
list.</li>
<li class="green" id="firstlist_firstlist3">Item 3 from first
list.</li>
</ul>
</div>
</div>
<? echo $ajax->sortable ("firstlist",array()) ?>
Question: How I can get date "onChange" list order and store it in my
mysql?
I see some difference between scriptaculous and cake-api options on
this feature. And don't understand which parameters/option I must type
in $ajax->sortable(...) to get data and store them? Help
I understand it's so easy, but... I don't understand ;-)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---