The xforms-model-construct-done event
Release 2.0 - ...
Dispatched after the completion of xforms-model-construct processing.
Event Properties
Event Properties | Value / Description |
---|---|
Target | model |
Bubbles | Yes |
Cancelable | No |
Context Info | None |
The default action for this event results in the following:
- see the specification (link below) for a description.
After all form controls have been initialized and all xforms-model-construct-done events have been processed, an xforms-ready event is dispatched to each model element.
Example
XML | Copy Code |
---|---|
<xforms:model> <xforms:message level="modal" ev:event="xforms-model-construct-done"> xforms-model-construct-done dispatched </xforms:message> </xforms:model> |
Specification
Link to the XForms specification: the xforms-model-construct-done event.