You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Bob Obringer on Mon 27 Feb 2006 in response to Drag-n-Drop Sorting of Documents
Wither SortOrder fields
I'm working on something EXACTLY like this right now, only my problem is I wantto be able to drag/drop table rows.
I've only seen IE only solutions. No good here, so I was going to write my
own. Wonder if it's not just easier to build a list like this... and create a
new table/row for each list item and just drag/drop that way. Hmmm...
I use a bunch of functionality that uses a hidden iframe as a controller to
send URL's back to the server when something is done (like clicking on a delete
document link). I'd probably just call an agent with a bunch of parameters
identifying the changes to the sort order, so no need for ajax.