Closed (duplicate)
Project:
Automodal
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2012 at 22:54 UTC
Updated:
16 Apr 2012 at 16:45 UTC
I reviewed #993032: custom size window, and based on this tried putting the following code at the top of template.php:
automodal_add('.automodal-noclose', array('customDialogOptions' => array('closeOnEscape' => false)));
This didn't work, so I tried this:
automodal_add('.automodal-noclose', array('closeOnEscape' => FALSE));
which also didn't work.
Is it possible to do what I am trying to do?
Thanks!
Comments
Comment #1
imclean commentedLooks like a Modal Frame API issue: #1438280: Dialog's option "closeOnEscape" doesn't work
Comment #2
bwinett commentedThanks for providing that link! Looks like this is a duplicate, so closing.