mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Note: build.sh updated to make sure that test:help build action:target doesn't also call test.sh by adding `:_all` meta-target. Note: CI will need a new help-keyman-com.sh build step to deploy web engine help. Fixes: #12347
711 B
711 B
| title |
|---|
| detachFromControl |
Summary
Detach KeymanWeb from HTML element (or IFrame).
Syntax
keyman.detachFromControl(Pelem);
Parameters
Pelem- Type:
Element - Element for KeymanWeb to detach from, no longer handling input.
Return Value
undefined
Description
This function entirely detaches KeymanWeb from the specified control, removing all specialized input handling and data tracking for the element. As such, detaching effectively 'resets' the control's state entirely, save for any previously-input text.
For more information about attachment, see keyman.attachToControl().
Contrast with keyman.disableControl().