Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.4.0

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)    
Subscription  


 [2006-09-12 09:21 UTC] hugo123fr at hotmail dot com (hugo)
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.

Comments

 [2009-10-28 15:22 UTC] avb (Alexey Borzov)
-Status: Open +Status: Closed -Assigned To: +Assigned To: avb
Forgot to close this: there already is a dualselect.php example in release 0.3.0 which implements the required element.