Page 1 of 1

Printer friendly extension for printing material

Posted: Fri Jan 11, 2013 7:12 pm
by tommy888
Hi guys,

Is there an extention enabling placing a printer icon on the page in order to let the user print the content. I mean not the whole page but a part without navigation buttons, top header and footer. Just a particular area with text and pictures (printer-friendly version).

THANX FOR REPLY.

Re: Printer friendly extension for printing material

Posted: Fri Jan 11, 2013 7:30 pm
by zinc
Don't need an extension mate.

http://www.printfriendly.com/button

Re: Printer friendly extension for printing material

Posted: Fri Jan 11, 2013 7:32 pm
by BaconFries
There is no extension for this. You can simply add a icon to page and set an event, using the following Image Properties>Events>Edit Event>Event>onClick>Action:Javascript Function>Javascript:window.print();
Please note that this function is dependent on the browser used as each has its own way on how the page will print.

Re: Printer friendly extension for printing material

Posted: Fri Jan 11, 2013 7:33 pm
by tommy888
Great Bendigo and BaconFries. Very useful. :D

Thank you very much indeed.

Re: Printer friendly extension for printing material

Posted: Fri Jan 11, 2013 10:54 pm
by adex1
Good info and cheers.