Prevent popup closing on Esc key

Is there a way to prevent awe popup closing when pressing Esc key (seems to be different from jQuery UI dialog)? if I use closeOnEscape like in the docs: https://api.jqueryui.com/dialog/
awe.open(popUpID, {params:{id:0}});
I've got the error: Cannot call methods on dialog prior to initialization; attempted to call method 'option' I've created an add-on to minimize / maximize the popup because the popup is in front of a map. And inside of popup I have a button. When I press this button, I need this behavior: 1. Minimize popup, 2. Turn off the current popup Esc behaviour; 3. Create a Popup maximize behaviour on Esc key 4. Select a point on the map or press Esc key to cancel selection; 5. If a point is selected, or Esc key pressed, run a callback selection/cancel function; 6. Maximize popup and turn off maximize Esc behavior 7. Restore popup Esc behavior
owner
Kovacs Stefan
asked at 06 Nov 2019

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us