Re: Multiple Select Widget
Ryan <[email protected]> Fri, 16 Oct 2009 21:20:14 -0400
| Newsgroups | gmane.org.user-groups.bay-area |
|---|---|
| Message-ID | <C6FE940E.17E34%[email protected]> |
That is really something! Not sure if it isn't overly complex, but intriguing. r On 10/16/09 9:13 PM, "Sunny Beach" <[email protected]> wrote: http://dartmouth.summon.serialssolutions.com/search/results?spellcheck=true&q =horses At the link above, try "more options" for the "Subject Terms" -- click on a few options and look at the query builder at the top of the modal window. I like the fact that it gives feedback on the items selected and offers the ability to include and exclude selected topics. Sunny -- Sunny Beach ________________________________ From: Jaime Guerrero <[email protected]> To: Ryan <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Fri, October 16, 2009 5:17:14 PM Subject: Re: [BayCHI Discussions] Multiple Select Widget On Oct 16, 2009, at 1:21pm, Ryan wrote: > Wondering what the best practice is for a multiple selection situation on a > web page outside of using a modifying keyboard key (Control or Command) with a > html list control. Multiple checkboxes work until you have a long list of > options. (1) many times such tasks are better supported with the "Add/Remove" idiom (two side-by-side lists, with arrows to move each lists' selection to the other list)*. Add/Remove can sometimes be advantageous because the real selection is more persistent and less fragile than typical widget selections-- for example, in multiselect List Boxes, a single accidental click can clobber a carefully assembled multiple selection. * http://developers.sun.com/docs/web-app-guidelines/uispec4_1/08-complex.html#8 .2 (2) many times such tasks are better supported with a "Shopping Cart" idiom (pick items from a list and put them into a cart). Shopping Carts similarly have the advantage of a relatively persistent selection. Shopping Carts work well when your lists are so large as to require other navigational machinery such as Browsing, Search, Filters, Sorting, etc. for the user to easily and successfully find the items s/he needs to select. Some tasks are faster and more reliably done by selecting-all (or selecting many) and then selectively REMOVING items from the selection. Consider that. _______________________________________________ This is the BayCHI Discussions mailing list, [email protected] To change your subscription options, or to unsubscribe, visit http://baychi.org/mailman/listinfo/discussions _______________________________________________ This is the BayCHI Discussions mailing list, [email protected] To change your subscription options, or to unsubscribe, visit http://baychi.org/mailman/listinfo/discussions