21307 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2241 Views |
-
Add Print Page feature

2 November 2009 at 1:45pm
Does SS have a feature that enables visitors to print the page they're on? Some websites have icons for printing or emailing or saving pages as pdfs. Not sure how that's done, but would love to give my visitors an icon so they can print the page.
Thanks!
-
Re: Add Print Page feature

2 November 2009 at 2:07pm
Well most browsers have this feature built in without adding any code to the page. CTRL+ P (Or File -> Print
). If you want a print button for the less adept users then have a look at the sharethis module - http://silverstripe.org/share-this-module/. It includes a Print this page button which you can include on your pages.
The code to print a page is pretty simple as well - You can add a link like this to your themes Page.ss file.
<a href="#" onclick="javascript: window.print();">Print this Page</a>
-
Re: Add Print Page feature

2 November 2009 at 2:09pm
Excellent - thank you once again Willr!
~ James -
Re: Add Print Page feature

7 April 2011 at 8:45pm
By any chance is there a module that gives a print only view so that the template doesn't get printed out along with the content?
-
Re: Add Print Page feature

8 April 2011 at 11:08am
It is probably easiest to just do this with a Print specific CSS.
Maybe try this: http://www.alistapart.com/articles/goingtoprint/
| 2241 Views | ||
|
Page:
1
|
Go to Top |



