Registers the controls in the package as web components.
Namespace: MindFusion.Keyboard
Assembly: WebComponents.js
SyntaxJavaScript
Copy Code
|
|---|
function register () |
RemarksCall this method to register the VirtualKeyboard class as a web component. After registration, the browser instantiates VirtualKeyboard objects for <mindfusion-keyboard> HTML tags. You can get reference to objects created by the browser by calling the find method.
See Also