RE: Re-ordering items in a list

2005-05-11 Thread Dave Merrill
Do the items consist only of displayed text, no hidden IDs or other attributes? Is the text editable? If yes to both, another alternative is to put them all on separate lines of a textarea. Users already know how to edit this with cut/paste/drag/drop, there aren't any btns to enable/disable, clean

RE: Re-ordering items in a list

2005-05-11 Thread Paul
I've used this script, combining the first example shown and the third example shown: http://www.mattkruse.com/javascript/selectbox/ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 9:28 AM To: CF-Talk Subject: Re-ordering items in a li

Re-ordering items in a list

2005-05-11 Thread Rick Root
I have a need for users to re-order 10-20 items in a list, easily. Normally I would do this in one of three ways: 1. List the items in order on a normal html page, and add "move up"/"move down" links 2. List all the items in the left column of a two column format, and make the items clickabl