欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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>