mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 23:07:42 +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
345 B
345 B
| title |
|---|
| show |
Summary
Display, hide or toggle OSK visibility.
Syntax
keyman.osk.show(mode);
Parameters
mode- Type:
booleanoptional trueto display,falseto hide, omitted to toggle.
Return Value
undefined
Description
Visibility will be toggled on or off if the argument is omitted.