Print (print button)
Print (print button)
how can i made print button and when I cilck on it can print only content?
Hi musons,
look at this:
http://www.phpwcms-docu.de/system_tags.phtml
Gruß Knut
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]
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
fli-flop wrote:Hi musons,
look at this:
http://www.phpwcms-docu.de/system_tags.phtmlGruß KnutCode: 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]
Yes the description above is a little "misleading". Instead of this:musons wrote:oh yeah it`s realy working.
but if I click on Print button it start printing automaticly.
Think of it as this:Creates an printerfriendly preview of the content area.
Sends a "printer-friendly" version of the content area to your printer when clicked .