razor
7 Oct 2008, 6:27 AM
Example can be found here: testcase (http://www.hilta.nl/dev/test/radio.html)
The source code is here: source (http://www.hilta.nl/dev/test/radio.js)
I've been working on a simple part of our new program. We are developing an program which takes a lot of user input, divided over many forms.
Mouse clicking is out of the question, as this would raise the input time by a large factor. So we are trying to create an input stream which can be filled out completely by keyboard.
By typing the number, or first letter of the description of the RadioGroup item the selection is made.
Please let me know what you think about it, if any improvements can be made etc. Thank you. If you wish to use the source code, please feel free to copy it, just greet me in your documents :P.
--update: the example was not clear, now you clearly see the various windows
The source code is here: source (http://www.hilta.nl/dev/test/radio.js)
I've been working on a simple part of our new program. We are developing an program which takes a lot of user input, divided over many forms.
Mouse clicking is out of the question, as this would raise the input time by a large factor. So we are trying to create an input stream which can be filled out completely by keyboard.
By typing the number, or first letter of the description of the RadioGroup item the selection is made.
Please let me know what you think about it, if any improvements can be made etc. Thank you. If you wish to use the source code, please feel free to copy it, just greet me in your documents :P.
--update: the example was not clear, now you clearly see the various windows