Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<rich:popupPanel>エスケープキーを押して閉じたいものがあります。ポップアップ パネルには「onclick」イベントがありますが、それに関連付けられたキー イベントはありません。keyup イベント (jQuery) を使用してみましたが、この場合は何も機能していないようです。Richfaces 3.3.x しか使用できないことに注意してください
<rich:popupPanel>
次のように、 Richfaces<rich:hotKey/>コンポーネントを使用してポップアップ パネルを非表示にすることができます。
<rich:hotKey/>
<rich:hotKey selector="#mypanel" key="escape" handler="#{rich:component('mypanel')}.hide()"/>