It should be possible to create custom actions for moving up/down (and even batch move up/down ?) similar to the Classic method described in the tutorial, while forcing the list to be sorted by the rank field. Unfortunately I cannot point you to a specific tutorial for this, but figuring it out with the forms and admin generator documentation should be pretty straight-forward.
As for the AJAX method, I actually had it implemented with the Symfony 1.0 generator, but later abandoned it as I was not really happy with the user interaction it provided. I would suggest against it, but if you really want to, probably using jQuery to insert a handle for each item will do the trick (and of course you have to take into account the pagination). Using jQuery to insert the handle element will allow for unobstructive approach, and will also be only visible to users with JavaScript enabled. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
