The xforms-valid event
Release 2.0 - ...
Dispatched in response to: an instance data node either changing and being or becoming 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 | Copy Code |
---|---|
<xforms:input ref="/car/make"> <xforms:label>Car make</xforms:label> <xforms:action ev:event="xforms-valid"> <xforms:message level="modal">xforms-valid</xforms:message> </xforms:action> </xforms:input> |
Specification
Link to the XForms specification: the xforms-valid event.