Drag-and-Drop from one cell to another
Posted: Mon Aug 08, 2005 2:43 am
I have 2 tables - ids t1 and t2, each having just one cell.
t1 has some text content in it.
1. Is there a way to 'drag-and-drop' the t1's contents to t2 ? Or would I need to code the mousedown and mouseup events for this ?
2. If coding mouse events is the only option then would it possible to have the text not selected. Because the cell contains text, when I drag and move the text gets selected - any way to stop this ?
Thanks
t1 has some text content in it.
1. Is there a way to 'drag-and-drop' the t1's contents to t2 ? Or would I need to code the mousedown and mouseup events for this ?
2. If coding mouse events is the only option then would it possible to have the text not selected. Because the cell contains text, when I drag and move the text gets selected - any way to stop this ?
Thanks