The xforms-invalid event
Release 2.0 - ...
Dispatched in response to: an instance data node either changing and being or becoming invalid (not valid).
Event Properties
| Event Properties | Value / Description |
|---|---|
| Target | Core Form Controls | group | switch |
| Bubbles | Yes |
| Cancelable | No |
| Context Info | None |
The default action for this event results in the following:
- None, notification event only.
This event is dispatched during the xforms-refresh event if the bound instance data node has been marked for dispatching this event in the xforms-revalidate event.
Example
| XML |
|
|---|---|
<xforms:input ref="/car/make">
<xforms:label>Car make</xforms:label>
<xforms:action ev:event="xforms-invalid">
<xforms:message level="modal">xforms-invalid</xforms:message>
</xforms:action>
</xforms:input>
|
|
Specification
Link to the XForms specification: the xforms-invalid event.