日期:2014-05-16  浏览次数:20399 次

ExtJs回车事件注册
使用specialkey作为事件注册, 即可获得回车事件

例如:
xxx.addListener("specialkey",function(){
    //回车事件
})