I'm working with Mootools sortables (v1.4).
I've got a list of items and the sorting works great via drag/drop actions. However, I'd like to also add an "up/down" arrow to each list item so that users could also just click an item up or down one "slot" if they preferred.
I didn't see anything in the docs about a method to accomplish this. Is there a way to do this?
Thanks!