8
votes
4answers
213 views

Submit textbox input without button

The users have a table and in the last row they have 6 different text inputs, one per column. This inputs will define a variable in the Database. I am trying to think how can I do it to avoid ...
19
votes
7answers
2k views

Best way to offer a large amount of selectable options (without using Javascript)?

I come from stackoverflow and have no answers for this one, so I turn to the UI guys for assistance. Let's say I have a library application that allows a user (librarian) to add a book to the ...
4
votes
3answers
156 views

Input control and concept of default values

I'm working on an application which purpose is to edit data from a specific domain. The domain has a concept of default/inherited values. For instance: Let say I have a control with an edit box to ...