Print (print button)
Posted: Fri 6. Jan 2006, 13:21
how can i made print button and when I cilck on it can print only content?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
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]
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 .