Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

RH 7 - Context sensitive help?

New Here ,
Dec 06, 2007 Dec 06, 2007
We are currently in the process of buying RoboHelp 7. I am assuming that RoboHelp 7 does context sensitive help, as I have read that the earlier versions do. What I would like to know is can I add in field-level type of help for web output? (i.e., a screen is displayed online and the user mouses-over the field name to get a help link or pop-up box appearing, telling the user what the field definition is).

I am interested in finding out HOW to do this. I don't see any current documentation online for the RH 7 version (maybe because it's too new?)

Any help steering me in the right direction of finding books, manual, documents for How-To's and Tutorials for RH7 context sensitive Help would be greatly apprecited.
Thanks!
272
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 06, 2007 Dec 06, 2007
Welcome to the forum

Your help can be used to provide field level help. It's up to your developers how they call the topics with the field level help both in the sense of whether they use urls or one of the other methods and whether they just display the topic alone or in the tripane frame (toolbar, toc and topic).

Take a look at my site under Calling WebHelp.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 07, 2007 Dec 07, 2007
LATEST
Your i.e. " (i.e., a screen is displayed online and the user mouses-over the field name to get a help link or pop-up box appearing, telling the user what the field definition is)" appears to be the definition of a ToolTip....??

To create a tooltip, if the software application is a browser-based application, the programmer simply adds an ALT property to the object tag. That's inline with the website code--no calls to your help system at all. ALT content is a basic text string: no formatting, no links.
*As a help author, you might work with the developer to wordsmith the ToolTip text.

I suppose the webpage *could* alternately include some JS to recognize a MouseOver event and then call up a topic from your help system. If your help is in WebHelp format, they might just call the URL of the topic directly. You wouldn't do anything special in RH at all!! If your help is in CHM format, the programmer can call the topic either by topic file name (different syntax than calling a WebHelp topic) or you can assign a map ID number to each topic and the programmer would call the number instead. RH can help you set up the map ID file.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp