Tabular (X)HTML forms
- by detly
I have a set of items that can be in various states. I want to allow a user to use an (X)HTML form to
change the state, and
easily view the state of a group of objects
...so to this end, I'd like a layout like:
| item1 | radio button for state 1 | radio for state 2 | ... | [update button] |
| item2 | radio button for state 1 | radio for state…