|
Tip: Click on the "Keyboard" button to open the keyboard.
Installation
- Add
<script type="text/javascript" src="vk_iframe.js" ></script>
to the page's HEAD section
- Add container to place keyboard
<div id="keyboard"></div>
- Add button to open the keyboard
<button onclick="IFrameVirtualKeyboard.toggle('default_input_id', 'keyboard');">Keyboard</button>
- Add attribute
onfocus="IFrameVirtualKeyboard.attachInput(this)" to any fields which should receive keyboard input
- Click on the field to open the keyboard
Resources
|