I have maintained a list of bookmarks with some serial no. and timestamps. The display is according to the serial no.
Now if I drag a bookmark say serial no. 6th and drop it in place of serial no. 2nd. My bookmarks should be arranged accordingly with the 6th bookmark occupying the 2nd slot and previous 2nd bookmark now in the 3rd slot with total list rearranged. How can I achieve this behaviour?What I am thinking right now is maintaining a Previous ID in database and updating the list accordingly.But that won't hold if I do a multiple selection.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

