Does anyone know if there is a name for the widget described below?
It looks like a regular multiple selection box (<select>.) The user clicks or tabs into the box and types in some text. The widget takes the user to the entry beginning with those characters through JavaScript. Normally, browsers support this for the first character. For example, you type "O" in a list of states to go to Ohio. This widget extends that functionality to support multiple characters.
Note: this is different than a combobox in that it doesn't have a corresponding text field.
"The set strikes me as something like the set of potatoes, radishes, farming, and lunch. " - a colleague's way of comparing both overlapping and disparate groups. made me laugh and thought of the ranch
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 14105
posted
I can not access the forum from work where I know the code exists so I can not get a direct link!
On http://www.codingforums.com they have a "post a script" forum. Do a search for something like "continuous dropdown" or something like that. If you can not find it, I will find the link tonight when I get home.
Eric
Garann Means
Ranch Hand
Joined: Jan 28, 2002
Posts: 214
posted
I've heard that function called "type ahead". I think that's MS's term for it, so it may have a different name on the web.