PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm2 » Bug #8678

Add multiple select with two list

Details

Request #8678Add multiple select with two list
Submitted2006-09-12 09:21 UTC
Fromhugo123fr at hotmail dot com
Assignedavb
StatusClosed
PackageHTML_QuickForm2
PHP Version5.0.4
OSwindows
Roadmaps(Not assigned)

Comments

[2006-09-12 09:21 UTC] hugo123fr at hotmail dot com

Description:
------------
Hi,
I'm using Html_Quickform and I would like to used "multiple select" element like this way :

on beginning
|---------| |---------|
| value 1 | | |
| value 2 | | |
| value 3 | => | |
| value 4 | | |
| value 5 | | |
|---------| |---------|

After selecting two elements (and clicking on the arrow or another button)
|---------| |---------|
| | | value 1 |
| value 2 | | |
| value 3 | => | |
| | | value 4 |
| value 5 | | |
|---------| |---------|

E.g the second select element represent the selection and the first select represents the list of choices without the selectionned ones.
If it could work with javascript (to prevent submitting the page each time), it could be usefull.