Skip to main content
Known Participant
January 11, 2008
質問

Robohelp X5 - Adding javascript

  • January 11, 2008
  • 返信数 2.
  • 529 ビュー
Is there an easy way to add a couple lines of javascript to every topic within a Robohelp X5 - Webhelp project?

We are using the X5 version for another six months until we upgrade to version 7. Is there an easier way to do this in version 7.0?
    このトピックへの返信は締め切られました。

    返信数 2

    lniles作成者
    Known Participant
    January 11, 2008
    Thank you for the quick response. I think this might work.
    Peter Grainge
    Community Expert
    Community Expert
    January 11, 2008
    It depends and No.

    Nothing has changed on that front in RH7 and I don't think any other tool gives you that functionality.

    The way it can be done is using a multi file find and replace tool such as FAR from http://www.helpware.net

    It depends on being able to place the script in the same location and being able to specify that location. So if it always follows say the first heading, you could search on </h1> and replace with
    </h1>
    your script.

    If the topics are at different levels and the script contains relative paths, then you need to do several passes of the search to find the right topics.

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.