How to close rich:popupPanel on press of Esc key?
how to make it work for hotkeys in keyboard?
I would try the following:
<rich:hotKey key="Esc">
<rich:componentControl target="popupId" operation="hide" />
</rich:hotKey>
<rich:popupPanel id="popupId">
...
</rich:popupPanel>
More info in <rich:hotKey> documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With