Extjs panel. Keyboard events
问题 I have a panel which I am rendering using following code. new Ext.Panel({ id: 'textPanel', height: 1000, width: 1200, renderTo: Ext.getBody(), html:"An HTML fragment, or a DomHelper specification to use as the layout element content. The HTML content is added after the component is rendered, so the document will not contain this HTML at the time the render event is fired. This content is inserted into the body before any configured contentEl is appended." }); And then I want to listen to