We come across this often when developing new Ext JS applications with a login panel. How do you capture the ‘Enter’ keypress to authenticate. Here is […]
First you need to get the DOM element of the iFrame, so assuming you have an iframe like ths following: var panel = Ext.create('Ext.form.Panel', { title: […]