JSF 中的控件hotKey 回车 提交表单
程序员文章站
2022-07-16 20:40:50
...
JSF 中的控件hotKey 回车 提交表单
用法如下
<h:form> <h:commandButton action="xxx" value="xxx" id="buttonId"/> <rich:hotKey key="return" handler="#{rich:element('buttonId')}.click()"/> </h:form>