日期:2014-05-16 浏览次数:20404 次
JSF 中的控件hotKey 回车 提交表单
?
用法如下
<h:form> <h:commandButton action="xxx" value="xxx" id="buttonId"/> <rich:hotKey key="return" handler="#{rich:element('buttonId')}.click()"/> </h:form>