日期:2014-05-16 浏览次数:20604 次
listeners : {
      'specialkey' : {
          fn: function(field, e) {
              if (e.getKey() == Ext.EventObject.ENTER) {
             //this.onSave();
          }
      },
      scope: this
   }
}
------解决方案--------------------