Do you guys know what would be the best way to create some kind of popup menu, or even static menu with buttons with special characters (for example french language letters)?
I need it for test website - imagine test page with input fields where user put his answer, but sometimes they need to add special character and then they choose one from the small menu next to it.
That letters menu would be simply buttons with letters and when you click one of them it will be added as a next character in the input field below.
Something like this: http://quizlet.com/test/1319399/
It jumps under every active field when you change them.
How can I do sth like that? How to tell button to put that character to active (focused) field?
I need it for test website - imagine test page with input fields where user put his answer, but sometimes they need to add special character and then they choose one from the small menu next to it.
That letters menu would be simply buttons with letters and when you click one of them it will be added as a next character in the input field below.
Something like this: http://quizlet.com/test/1319399/
It jumps under every active field when you change them.
How can I do sth like that? How to tell button to put that character to active (focused) field?