The DOMFocusOut event
Release 2.0 - ...
Dispatched in response to: a form control losing focus.
Event Properties
Event Properties | Value / Description |
---|---|
Target | Core Form Controls | group | switch | repeat |
Bubbles | Yes |
Cancelable | No |
Context Info | None |
The default action for this event results in the following:
- None, notification event only.
Example
XML | Copy Code |
---|---|
<xforms:input id="input_year" ref="/car/year"> <xforms:label>Car year</xforms:label> <xforms:action ev:event="DOMFocusOut"> <xforms:message level="modal">DOMFocusOut event</xforms:message> </xforms:action> </xforms:input> |
Specification
Link to the XForms specification: the DOMFocusOut event.