Ext textField 回车 提交
if (event.getKey() == event.ENTER) { ? //当条件成立时,表明是enter键
search();
}
}
}
});
?
function search(){
? ? ? 方法过程省略...
}
发布时间: 2013-12-20 00:23:10 作者: rapoo
Ext textField 回车 提交
if (event.getKey() == event.ENTER) { ? //当条件成立时,表明是enter键
search();
}
}
}
});
?
function search(){
? ? ? 方法过程省略...
}