Skip to main content
Participant
July 9, 2013
Answered

Where to download Robohelp_CSH.js?

  • July 9, 2013
  • 2 replies
  • 1609 views

Hi, I'm a webdev tasked with integating the context sensitive help for a robohelp application.

So far I've assigned map Ids to all the topics in the robohelp project 1..n and now I'd like to use urls of the form .../index.html#<id=3>> to access the topics.

I've noticed there is a different way of accessing a help files as well.

I've read I can use an inscript call to RH_ShowHelp(0, strPathAndWindow, HH_DISPLAY_TOC, 1)and this will create the proper popup to the page with mapid 1.

Either way, i think I may need to include a robohelp script file for this.

Where can I find and download Robohelp_CSH.js from?

Also, please write if you have any comments or suggestions. I'm an robohelp noob.

Thanks,

Webdev1000beta

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer johndaigle

No need to download.

It can be found long this path where RoboHelp is installed on the author's PC.

C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\CSH API\JavaScript\ Robohelp_CSH.js

There are many alternatives to calling the help (via IDs or simple URLs) These methods are discussed with additional links at these two main sites:

Peter Grainge's site

http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm

Willam van Weelden's site

http://www.wvanweelden.eu/articles/context-sensitivity-webhelp-and-flashhelp

There are also quite a few helpful tips in the Online Help which can be accessed here:

http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c571-8000.html

John Daigle

Adobe Certified RoboHelp and Captivate Instructor

Evergreen, Colorado

www.showmethedemo.com

2 replies

johndaigle
johndaigleCorrect answer
Legend
July 9, 2013

No need to download.

It can be found long this path where RoboHelp is installed on the author's PC.

C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\CSH API\JavaScript\ Robohelp_CSH.js

There are many alternatives to calling the help (via IDs or simple URLs) These methods are discussed with additional links at these two main sites:

Peter Grainge's site

http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm

Willam van Weelden's site

http://www.wvanweelden.eu/articles/context-sensitivity-webhelp-and-flashhelp

There are also quite a few helpful tips in the Online Help which can be accessed here:

http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c571-8000.html

John Daigle

Adobe Certified RoboHelp and Captivate Instructor

Evergreen, Colorado

www.showmethedemo.com

John DaigleAdobe Certified RoboHelp and Captivate InstructorNewport, Oregon
Participant
July 9, 2013

thanks, I found robohelp_csh in the location you referenced.