The DOMActivate event
Release 2.0 - ...
Dispatched in response to: the "default action request" for a core form control, for instance pressing a button or hitting enter.
Event Properties
Event Properties | Value / Description |
---|---|
Target | Core Form Controls |
Bubbles | Yes |
Cancelable | Yes |
Context Info | None |
The default action for this event results in the following:
- None, notification event only.
Example
XML | Copy Code |
---|---|
<xforms:trigger> <xforms:label>DOMActivate</xforms:label> <xforms:action ev:event="DOMActivate"> <xforms:message level="modal">DOMActivate</xforms:message> </xforms:action> </xforms:trigger> |
Specification
Link to the XForms specification: the DOMActivate event.