Home » HTML » HTML_QuickForm2 » Bug #8678
Add multiple select with two list
Details
| Request #8678 | Add multiple select with two list |
|---|---|
| Submitted | 2006-09-12 09:21 UTC |
| From | hugo123fr at hotmail dot com |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm2 |
| PHP Version | 5.0.4 |
| OS | windows |
| 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.