August 2003
Beginner to intermediate
240 pages
7h 44m
English
The xforms-submit Event
| Event type: submission |
Event target element: submission
|
| Bubbles: Yes |
| Cancelable: Yes |
This event indicates that the form is about to be submitted. In some situations, it might be necessary to prevent submission from happening, in which case the event can be terminated, blocking the submission. Otherwise, a listener for this event is a good chance to do any last-minute processing before the form data gets packaged and sent over the wire.
Read now
Unlock full access