mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
Deprecate the following obsolete functions and properties: * `keyman.helpURL` * `keyman.util.rgba` * `keyman.util.toFloat` * `keyman.util.toNumber` * `keyman.util.toNzString` Use correct language for code blocks in Keyman Engine for Web documentation. Test-bot: skip
712 B
712 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().