Very nice component! I noticed when using IE (7 in this case) and selecting shift in US and UK, the ampersand and "less than" don't render in the keyboard control? Also, spacebar seems to be affected when using shift and doesn't return even after shift has been depressed again. I tried modifying the source to place the unicode version (tested the ampersand) but this didn't appear to work. Fantastic piece of work though and thanks again for sharing!
Can anybody how to use it in my existing form on my website like: login, registration etc??
I tried using i cannot make it work.
From the file i downloaded in zip, i need to put all three divs to show keyboard otherwise it doesnt show any form and keyboard.
<ul>
<li><h2>As a component targeted to an input field:</h2>
<div id="virtualkeyboard-control"></div>
</li>
<li><h2>Through the Ext.ux.plugins.VirtualKeyboard plugin on text fields and textareas:</h2>
<div id="virtualkeyboard-form"></div>
</li>
<li><h2>Through the Ext.ux.plugins.VirtualKeyboard plugin called dynamically (from a button in the status bar for example) :</h2>
<div id="virtualkeyboard-status"></div>
</li>
</ul>
After that, m unable to use it in my existing form : login.php, registration.php. Whenever i use keyboard, it starts filling fields present in already made forms which appear by these divs:
<div id="virtualkeyboard-control">
<div id="virtualkeyboard-form">
<div id="virtualkeyboard-status"></div>
I will be greatful if you can help me to integrate keyboard from this library into my forms (i.e: login, registration etc).