RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Cornillon, Matthieu (Consultant)
I'm not a DHTML guy by any means. Could someone point me in the right direction to figuring out how to use DHTML to take a record from within a record set, drag it to a higher or lower position, and have it change its position within the record set? Guy, I recently set up a drag-and-drop

RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread guy . mcdowell
Hi Matthieu, That's exactly the launching pad I was hoping for. Not to mention the exact same functionality that I am going for. Your description is excellent and concise. Might you think of doing a tutorial on it for other folks? Thanks again. ~Guy [Todays Threads] [This Message]

Re: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Claude Schneegans
Basically what I have is like a to do list. But lets say I want to take item #5 and drop it between item #2 and #3 so it becomes the new #3 and the old #3 becomes #4 and so on. I think in your case, I wouldn't use true drag'n drop, I mean drag events. Drag events are really to copy some

RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Cornillon, Matthieu (Consultant)
PROTECTED] Sent: Friday, September 03, 2004 11:09 AM To: CF-Talk Subject: RE: DHTML Drag and Drop to reorder record set Hi Matthieu, That's exactly the launching pad I was hoping for. Not to mention the exact same functionality that I am going for. Your description is excellent and concise. Might you

RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Burns, John D
my other question would be, how are you going to make these changes stick in the database or wherever you store these? John -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 11:17 AM To: CF-Talk Subject: Re: DHTML Drag and Drop

RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Jim Davis
It doesn't do everything you want, but the core of it can be accomplished easily using my ObCollectionOrdered _javascript_ abstraction here (long URL alert!): http://www.depressedpress.com/depressedpress/Content/Development/_javascript_/ Extensions/ObCollectionOrdered/Index.cfm The collection