I am working with 4-5 primefaces dialogboxes. When click ESC i want close all dialogboxes which are opened.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Call the dialog’s
hide()function through the client side object specified withwidgetVar. So if you defined yourp:dialoglike:Your ESC button should look like:
You can also create a reusable
p:remoteCommandto close all your dialog and use that in yourp:commandButtonor inp:hotkey– if by “click ESCAPE” you mean hittig the Escape button:then in your components refer to the
closeAll()command: