search for: 89c5c90f

Displaying 1 result from an estimated 1 matches for "89c5c90f".

2006 Jul 18
2
2-column select lists (Available/Selected)
...9;d list all of the available items in one select list, and the selected ones in the other. Items move from one list to the other, but can''t be in both (mutually exclusive). This would be an alternative to a huge list of checkboxes. An example: http://www.mikenimer.com/downloads/examples/89C5C90F-4E22-1671-56455682AC423A19/index.cfm Has anyone done something like this in Rails yet? The submit would be tricky as it would need to pass back the id''s that are in the "selected" list. Also keeping state after an error returns you to the page might be a little difficult...