attachToControl
Summary
Attach KeymanWeb to HTML element (or IFrame).
Syntax
tavultesoft.keymanweb.attachToControl(Pelem)
Parameters
Pelem
- Type:
Element
- Element to which KeymanWeb will be attached.
Return Value
undefined
Description
This function can be used to attach KeymanWeb handling to a control. When initialization property
attachType
is set to 'auto'
, control attachment is performed automatically, and you don't
need to call attachToControl
yourself. However, when attachType
is set to 'manual'
,
you should call attachToControl
on the controls for which you wish to enable KeymanWeb handling.