阅读背景:

EXTJS textfield的AUTOCOMPLETE事件

来源:互联网 

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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: