Methods
(static) DataUpdate(detail) → {CustomEvent}
- Source:
Data update event.
Parameters:
Name | Type | Description |
---|---|---|
detail |
* | Data to be passed with event |
Returns:
Custom "dataupdate" event
- Type
- CustomEvent
(inner) AddRepeat(detail) → {CustomEvent}
- Source:
The addrepeat event is similar but fired under different circumstances.
Parameters:
Name | Type | Description |
---|---|---|
detail |
Object | Data to be passed with event. |
Returns:
Custom "odk-new-repeat" event (bubbling)
- Type
- CustomEvent
(inner) ApplyFocus() → {CustomEvent}
- Source:
Apply focus event.
Returns:
Custom "applyfocus" event
- Type
- CustomEvent
(inner) BeforeSave() → {CustomEvent}
- Source:
Before save event.
Returns:
Custom "edited" event (bubbling)
- Type
- CustomEvent
(inner) Change() → {Event}
- Source:
Change event.
Returns:
The regular HTML "change" event (bubbling)
- Type
- Event
(inner) ChangeLanguage() → {CustomEvent}
- Source:
Change language event.
Returns:
Custom "changelanguage" event (bubbling)
- Type
- CustomEvent
(inner) DePrintify() → {CustomEvent}
- Source:
Go to deprintify text event.
Returns:
Custom "deprintify" event (bubbling)
- Type
- CustomEvent
(inner) Edited() → {CustomEvent}
- Source:
Edited event.
Returns:
Custom "edited" event (bubbling)
- Type
- CustomEvent
(inner) FakeFocus() → {CustomEvent}
- Source:
Fake focus event.
Returns:
Custom "fakefocus" event (bubbling)
- Type
- CustomEvent
(inner) GoToInvisible() → {CustomEvent}
- Source:
Go to invisible event fired when the target has no form control. This is event has prevalence of the "go to hidden" event.
Returns:
Custom "gotoinvisible" event (bubbling)
- Type
- CustomEvent
(inner) GoToIrrelevant() → {CustomEvent}
- Source:
Go to hidden event fired when the goto target is not relevant.
Returns:
Custom "gotoirrelevant" event (bubbling)
- Type
- CustomEvent
(inner) Input() → {Event}
- Source:
Input event.
Returns:
"input" event (bubbling)
- Type
- Event
(inner) InputUpdate() → {CustomEvent}
- Source:
Input update event which fires when a form control value is updated programmatically.
Returns:
Custom "inputupdate" event (bubbling)
- Type
- CustomEvent
(inner) InstanceFirstLoad() → {CustomEvent}
- Source:
- See:
The odk-instance-first-load event as defined in the ODK XForms spec.
Returns:
Custom "odk-instance-first-load" event (bubbling)
- Type
- CustomEvent
(inner) Invalidated() → {CustomEvent}
- Source:
Invalidated event.
Returns:
Custom "invalidated" event (bubbling)
- Type
- CustomEvent
(inner) NewRepeat(detail) → {CustomEvent}
The odk-new-repeat event as defined in the ODK XForms spec.
Parameters:
Name | Type | Description |
---|---|---|
detail |
Object | Data to be passed with event. |
Returns:
Custom "odk-new-repeat" event (bubbling)
- Type
- CustomEvent
(inner) PageFlip() → {CustomEvent}
- Source:
Page flip event.
Returns:
Custom "pageflip" event (bubbling)
- Type
- CustomEvent
(inner) Printify() → {CustomEvent}
- Source:
Go to printify text event.
Returns:
Custom "printify" event (bubbling)
- Type
- CustomEvent
(inner) ProgressUpdate(detail) → {CustomEvent}
- Source:
Progress update event.
Parameters:
Name | Type | Description |
---|---|---|
detail |
* | Data to be passed with event |
Returns:
Custom "progressupdate" event (bubbling)
- Type
- CustomEvent
(inner) Removed(detail) → {CustomEvent}
- Source:
Removed event.
Parameters:
Name | Type | Description |
---|---|---|
detail |
* | Data to be passed with event |
Returns:
Custom "removed" event (bubbling)
- Type
- CustomEvent
(inner) RemoveRepeat() → {CustomEvent}
- Source:
Remove repeat event.
Returns:
Custom "removerepeat" event (bubbling)
- Type
- CustomEvent
(inner) ValidationComplete() → {CustomEvent}
- Source:
Validation complete event.
Returns:
Custom "validationcomplete" event (bubbling)
- Type
- CustomEvent
(inner) XFormsValueChanged(detail) → {CustomEvent}
Xforms-value-changed event as defined in the ODK XForms spec.
Parameters:
Name | Type | Description |
---|---|---|
detail |
Object | Data to be passed with event. |
Returns:
Custom "xforms-value-changed" event (bubbling).
- Type
- CustomEvent