Skip to main content
Known Participant
January 16, 2014
Question

How do I put a Print link in webhelp topics?

  • January 16, 2014
  • 1 reply
  • 578 views

I have a RH 10 Webhelp project, and need to add a print link or print button to each topic. Is there a way to do that?

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
January 16, 2014

See Snippets on my site..

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
sumaya77Author
Known Participant
January 17, 2014

Hi Peter,

Two problems:

1) I tried the steps on your site but I couldn't get it to work. Not sure where I went wrong. The print button only partially displays in  the navigation pane, and it doesn't do anything.

Also, there is a second issue: My webhelp system is CSH, so when a user clicks the help link in the web app, they get just the single CSH topic,  with no nav pane. There is a small Show link in the topic that opens up the nav pane but some users won't know what that is and might notice it. I was hoping for a print link or button that would show up on the single topic,  in the area of the breadcrumbs. Might there be some javascript that I could add to each topic?  

Captiv8r
Legend
January 27, 2014

Hi there

You could add a link to the header area of a Master Page (or to a Snippet) that has a Javascript print command in it.

A typical code would look like this:

window.print();

Cheers... Rick