Hello
I’m trying to print all content inside a LAYOUT’s Frame. I tried with “window.print();” but i just get the visible area. How can i print all content?
LAYOUT:
Layout[1] = new dhtmlXLayoutObject(document.body, '2U');
Layout[1].setEffect('collapse', true);
Layout[1].setEffect('resize', true);
Layout[1].setEffect('highlight', true);
Layout[1].cells('a').setWidth('230');
Layout[1].cells('a').fixSize(true, true);
Layout[1].cells('b').fixSize(true, true);
Layout[1].cells('a').hideHeader();
Layout[1].cells('b').hideHeader();
Layout[1].cells('b').attachURL('../doku/logo.php');
Thank you
greetings
Oliver