{ xtype : 'textfield', itemId : 't2', margin : 5, width : 400, fieldLabel : 't2', listeners : { show : function() { this.getComponent('t2').focus(true); } } }