在完全输入后才触发的事件:
new Ext.form.TextField({
width:220,
listeners: {
'change': function(){
alert('you changed the text of this input field');
}
}
})new Ext.form.TextField({
在完全输入后才触发的事件:
new Ext.form.TextField({
width:220,
listeners: {
'change': function(){
alert('you changed the text of this input field');
}
}
})new Ext.form.TextField({