search for: selectset

Displaying 1 result from an estimated 1 matches for "selectset".

Did you mean: selectet
2005 Oct 25
0
Select & drag multiple elements
...em together. The application is a photo site, where it would be too tedious to drag thumbnails to albums one by one. The idea is to let the user select multiple items by clicking, shift-clicking for a range, or ctrl-clicking to toggle the selected status. My approach is to create a class "SelectSet" in dragdrop.js to manage an ordered set of elements of which multiple items can be selected, and which can be dragged together. It tracks which items are selected. I now plan to modify the ''draggable'' class to interpret mouse events for "select" activities as w...