What is the name of the html tool used for creating a list of objects from a select field. It usually looks like two boxes with an arrow in the middle. An example would be if you were creating a group and box A had a list of users and you would click on a name and then click the arrow in the middle. It would then add it to box B creating a unqiue group list. I am trying to find the name of this so I can find some examples online. Anyone know the name or where I can find some good examples?
+1
A:
It's called Picklist. Google gives good examples with that keyword: http://google.com/search?q=html+picklist. Good luck.
BalusC
2009-11-04 13:31:31
Thanks! this is exactly what I need.
fiktionvt
2009-11-04 13:34:20
A:
HTML does not have this control built in. But many other environments provide it. Sometimes its called a doubleselect(struts2).
Vincent Ramdhanie
2009-11-04 13:33:38
No, not as a single control, but two <select multiple> and two <button> elements usually suffice.
BalusC
2009-11-04 13:41:34