Core Module
The KeymanWeb core module is exposed to the developer as window.tavultesoft.keymanweb.
buildProperty- The release build of KeymanWeb.
versionProperty- The version of KeymanWeb.
initializedProperty- Keymanweb core module initialization state.
activatingUIFunction- Set an internal flag to notify KeymanWeb of change in UI activation state.
addEventListenerFunction- Adds an event listener for user-handling of keymanweb events.
addHotKeyFunction- Add hot key handler to array of document-level hotkeys triggered by key-up event.
addKeyboardsFunction- Adds keyboards to keymanweb.
attachToControlFunction- Attach KeymanWeb to HTML element (or IFrame).
detachFromControlFunction- Detach KeymanWeb from HTML element (or IFrame).
focusLastActiveElementFunction- Restore the focus to the element active before input was moved to KeymanWeb.
getActiveKeyboardFunction- Get the ID (internal name) of the currently active keyboard.
getActiveLanguageFunction- Get the language code for the currently selected language.
getKeyboardFunction- Get keyboard meta data for the selected keyboard and language.
getKeyboardsFunction- Get details of currently installed keyboards.
getLastActiveElementFunction- Return the last element activated before input was moved to KeymanWeb.
getSavedKeyboardFunction- Get the (internal) keyboard name and language code of the most recently active keyboard.
getUIStateFunction- Get the KeymanWeb user interface activation state.
initFunction- Sets license key, selects user interface, and other KeymanWeb Options.
isCJKFunction- Test if a given keyboard or keyboard stub (or the current keyboard) is for Chinese, Japanese, or Korean.
moveToElementFunction- Move input focus to user specified element.
removeEventListenerFunction- Removes a user-defined event handler.
removeHotKeyFunction- Remove hotkey handler from document's list of hotkey handlers.
setActiveKeyboardFunction- Change the currently active keyboard.
setDefaultKeyboardForControlFunction- Associate control with specific keyboard, with optional user override.


