Print (print button)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
musons
Posts: 43
Joined: Sun 9. Jan 2005, 21:36

Print (print button)

Post by musons »

how can i made print button and when I cilck on it can print only content?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
musons
Posts: 43
Joined: Sun 9. Jan 2005, 21:36

Post by musons »

oh yeah it`s realy working.
but if I click on Print button it start printing automaticly.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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 .
Post Reply