Page 1 of 1

Print (print button)

Posted: Fri 6. Jan 2006, 13:21
by musons
how can i made print button and when I cilck on it can print only content?

Posted: Fri 6. Jan 2006, 13:58
by flip-flop
Hi musons,

look at this:
http://www.phpwcms-docu.de/system_tags.phtml

Code: Select all

[PRINT] Text or Image [/PRINT]
Use: 		Creates an printerfriendly preview of the content area. 

All Header, Footer and Navigationelements are hidden.
Notation: 	[PRINT]Print[/PRINT]
Result: 	Print
Alternative: 	The text can also replaced by an Image. See the example below:

[PRINT]{IMAGE:print_link_en.gif}[/PRINT]
Gruß Knut

Posted: Fri 6. Jan 2006, 14:39
by musons
oh yeah it`s realy working.
but if I click on Print button it start printing automaticly.

Posted: Fri 6. Jan 2006, 20:11
by DeXXus
fli-flop wrote:Hi musons,

look at this:
http://www.phpwcms-docu.de/system_tags.phtml

Code: Select all

[PRINT] Text or Image [/PRINT]
Use: 		Creates an printerfriendly preview of the content area. 

All Header, Footer and Navigationelements are hidden.
Notation: 	[PRINT]Print[/PRINT]
Result: 	Print
Alternative: 	The text can also replaced by an Image. See the example below:

[PRINT]{IMAGE:print_link_en.gif}[/PRINT]
Gruß Knut
musons wrote:oh yeah it`s realy working.
but if I click on Print button it start printing automaticly.
Yes the description above is a little "misleading". Instead of this:
Creates an printerfriendly preview of the content area.
Think of it as this:
Sends a "printer-friendly" version of the content area to your printer when clicked .