The xforms-rebuild event
Release 2.0 - ...
Dispatched in response to: a request to rebuild the internal data structures that track computational dependencies within a particular XForms Model.
Event Properties
Event Properties | Value / Description |
---|---|
Target | model |
Bubbles | Yes |
Cancelable | Yes |
Context Info | None |
The default action for this event results in the following:
- All model item properties are initialized by processing all bind elements in document order.
Example
XML | Copy Code |
---|---|
<xforms:action ev:event="xforms-rebuild"> <xforms:message level="modal">xforms-rebuild</xforms:message> </xforms:action> |
Specification
Link to the XForms specification: the xforms-rebuild event.