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
516 B
516 B
| title |
|---|
| createElement |
Summary
Create an unselectable HTML element for the KeymanWeb On-Screen keyboard and User Interfaces.
Syntax
keyman.util.createElement(nodeName);
Parameters
nodeName- Type:
string - Name for the newly-created element.
Return Value
Element- The new, requested user-unselectable HTML element.
Description
Elements created with this function do not capture the focus. Use document.createElement to create normally selectable elements.