| Issue 80: | How to print the nyro modal window | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I am not sure how to print just the modal window. My code is as below
$(function() {
$('#mapAndDirection').click(function(e) {
e.preventDefault();
$.nyroModalManual({
url: 'test.php',
modal: false,
type: 'iframe',
width: 1050,
height: 700,
resizeable: true
});
return false;
});
});
within the test.php I have the following html:
<p><a href="javascript:window.print()">print</a></p>
<p><img alt="" src="/images/map.jpg" /></p>
This just prints the whole window (the background page with the modal
window on the top).
Also I selected the type: 'iframe'
But the plugin seem to generate <div> s
Is that correct?
Thanks,
Hameed
Sep 20, 2008
Project Member
#1
nyro...@gmail.com
Sep 22, 2008
Thanks a lot for your reply. I will give it a go with the css to see how it works.
Jan 26, 2009
(No comment was entered for this change.)
Status:
WontFix
|