|
Hi everyone -
I'm looking for a javascript-controlled widget that acts like the familiar list control where items can be added to, or removed from, a target list using simple "Add >>" and "<< Remove" action buttons. Of course, I want to be able to use this widget within a form, and read the contents of the 2nd list when the form is submitted. It sounds like a couple of select boxes and some javascript will do it, and I might even be able to use a double click handler to bypass the "Add >>" button for a single item if the double click handler can be used inside the <option> tag - I don't know if it can right now or not. Before I go and write this myself, I thought this would be a nice opportunity to reuse something that was already done. Any ideas? Thanks ahead of time.
- Brave Soul
|