I had used virtual keyboard plugin available here in Ext JS 3 :
It does not seem to be working with Ext JS 4 . I have changed VirtualKeyboard.js file & it looks as follwing, problem is BackSpace gives me an error : Uncaught TypeError: Cannot read property 'length' of undefined
Thrown while executing dom.value.substr(0, dom.value.length - 1)
Here is modified VirtualKeyboard.js : http://www.sencha.com/forum/showthread.php?147963-Extjs-4-virtual-keyboard-plugin