detachFromControl
Summary
Detach KeymanWeb from HTML element (or IFrame).
Syntax
tavultesoft.keymanweb.detachFromControl(Pelem);
Parameters
Pelem
- Type:
Element
- Element for KeymanWeb to detach from, no longer handling input.
Return Value
undefined
Description
Note: To be impletemented. This will be the counterpart to the
tavultesoft.keymanweb.attachToControl()
function.