Search
VirtualKeyboard Class
Remarks See Also
 






Implements a reusable Virtual Keyboard component.

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

// class
VirtualKeyboard.prototype = {}

 Remarks

This is the main class of the Virtual Keyboard for JavaScript. It exposes fields for controllig the layout mode of the keyboard, the input locale, the behavior of the component and provides events for handling key strokes.

 Inheritance Hierarchy

MindFusion.Common.UIControl
    MindFusion.Keyboard.VirtualKeyboard

 See Also