ext 文本框增加事件 获得焦点事件

ext 文本框增加事件 获得焦点事件
{ items: [{ xtype: 'textfield', id: 'txtKeys', fieldLabel: '快速查找', width: 150, style: "margin-top:1px;",
listeners: { focus: function() { $("#txtKeys").select(); } }}
] },

你可能感兴趣的:(ext 文本框增加事件 获得焦点事件)