Skip to main content
Participating Frequently
November 2, 2011
Answered

Setting up context sensitive help for WebHelp in web application.

  • November 2, 2011
  • 1 reply
  • 1640 views

Hi,

I'm working on a help system for a web application. It will include context sensitive help triggered by an icon on the screen, and the Topic will open in an iframe with a set size. The developer has already set up the iframe that pops up when the icons are clicked. He is giving me the ID for the screens with the help icons as a fully qualified java file name. I'm not sure what the correct process would be in RoboHelp to map the ID's to the topics.

1. Do I create a map file using the list of ID's the developer sends me? Would it be in this format:

#define Topic_Name Java_File_Name

2. Do I then add the ID to the appropriate help Topic using Project Setup pod Context-Sensitive Help folder?

3. When I generate the layout I specify the map file I created above (.h extension)

3. If the developer already set up the iFrame size, is it correct that I don't need to create a custom window to set up the size? Is there a way to set it so two panes open? (I believe using the method above one pane opens with link to navigation pane)

Thanks in advance,

Joanne

This topic has been closed for replies.
Correct answer Willam van Weelden

Hi,

Check Project Set-up > Context Sensitive Help > Map files. You can assign ID's the developer send you to topics. If you want to play with the map files, you need to create the map files (.h) and the alias file (.ali). Just assign a single ID to a topic and open those files with notepad to see how you should format those files.

Greet,

Willam

1 reply

Captiv8r
Legend
November 2, 2011
Participating Frequently
November 2, 2011

Hi Rick,

Thanks for the quick reply. I have checked out all the links, saw most of them before. I'm still not totally sure how I should do this.

I believe the developer is planning on calling the WebHelp as a direct call to the  htm file, but we still have to map the ID to the topic so he knows which file is the target.

Joanne

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
November 3, 2011

Hi,

Check Project Set-up > Context Sensitive Help > Map files. You can assign ID's the developer send you to topics. If you want to play with the map files, you need to create the map files (.h) and the alias file (.ali). Just assign a single ID to a topic and open those files with notepad to see how you should format those files.

Greet,

Willam