August 2003
Beginner to intermediate
240 pages
7h 44m
English
The xforms-next and xforms-previous Events
| Event type: interaction |
| Event target element: form control |
| Bubbles: No |
| Cancelable: Yes |
These events indicate the user’s intention to
navigate forward or backward, relative to the overall navigation
order of the form, such as when the Tab key is pressed (though other
ways to accomplish navigation are possible, depending on the device
in question). There are few useful things that XForms authors can do
with these events. DOMFocusIn and
DOMFocusOut generally serve as better
notifications to keep track of focus.
Read now
Unlock full access