Issue 473: Change the "modal" settings dynamically
Status:  New
Owner: ----
Reported by jon...@gmail.com, May 12, 2010
Hi,

I have a modal with modal=false, containing a file upload form
When the upload begins, I want to dynamically set the modal window to 
modal=true so that users can't close the modal with the close button nor ESC 
key (or clicking in the background)

Do you have any idea how I can do this ?
May 25, 2010
Project Member #1 nyro...@gmail.com
there is no way to do it directly using the nyroModal API.
Instead, you could do it by yourself using one of the many callback and binding the
click and the ESC key. These both event will simply call the nyroModalRemove function.

Hope it helped.