Last change
on this file was
1316,
checked in by pharms, 11 years ago
|
- added command to correct tab key navigation events if they occur before the text input event which they submit and which they should, therefore, follow
|
File size:
728 bytes
|
Line | |
---|
1 | iterates the provided sequences and corrects the order of events in case of tab key navigation. This is required, as from time to time the event of pressing the tab key for navigation in formulars comes before the text input event in a text input field out of which the tab key navigates. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <sequences> the name of the collection of sequences, of which the tab key navigation events shall be ordered correctly |
---|
5 | <new sequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequences> |
---|
6 | |
---|
7 | Example(s): |
---|
8 | correctTabKeyNavigationOrder someSequences |
---|
9 | correctTabKeyNavigationOrder someSequences someNewSequences |
---|
Note: See
TracBrowser
for help on using the repository browser.