The xforms-model-destruct event
Release 2.0 - ...
Dispatched by the processor to advise of imminent shutdown of the XForms Processor, which can occur from user action, or from the load XForms Action, or as a result of form submission.
Event Properties
Event Properties | Value / Description |
---|---|
Target | model |
Bubbles | No |
Cancelable | No |
Context Info | None |
The default action for this event results in the following:
- None, notification event only.
Example
XML | Copy Code |
---|---|
<xforms:load ev:event="xforms-model-destruct" if="boolean-from-string(tested)" resource="http://www.w3.org" show="new"/> |
Specification
Link to the XForms specification: the xforms-model-destruct event.