Issue 520: Query = Open crossdomain modal into inline modal not as an iframe
Status:  New
Owner: ----
Reported by rish...@gmail.com, Aug 12, 2010
It is not a defect report as such, it is more like a query on use of nyromodal. Question is whether we can open nyromodal as an inline div (or something) instead of iframe.

Scenario:
1. there are two websites www.web1.com and www.web2.com

2. web1 imports an script from web2 and that script tries to open a modal showing an html page from web2.

Currently nyro by default opens it as an iframe. Can there be a setting which will force it to open as it will open had these be on one same domain instead of two separate domains.
Aug 13, 2010
#1 rish...@gmail.com
I think I found it, we can use forceType for it.
Now another problem is, if it has to load content from another domain it fails. I am using jquery.xdomainajax.js. I need to somehow see how I can tell nyro to use it too.